aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-07 15:32:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-07 15:32:31 +0000
commit1c5ace41aa144afd32221db565c6f627765afdd0 (patch)
tree7c0fe425bd18b00d1f6c9b81cf97730e68c6778c /src/nat/Makefile.am
parente6b9f7bb2febff33140dd3cb0ea96bed09a05346 (diff)
downloadgnunet-1c5ace41aa144afd32221db565c6f627765afdd0.tar.gz
gnunet-1c5ace41aa144afd32221db565c6f627765afdd0.zip
adding code to get external IP from miniupnp tool
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 5aafdb240..769b68bd1 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -43,7 +43,9 @@ endif
43lib_LTLIBRARIES = libgnunetnat.la 43lib_LTLIBRARIES = libgnunetnat.la
44 44
45libgnunetnat_la_SOURCES = \ 45libgnunetnat_la_SOURCES = \
46 nat.c nat_test.c nat.h 46 nat.c nat.h \
47 nat_test.c \
48 nat_mini.c
47 49
48libgnunetnat_la_LIBADD = \ 50libgnunetnat_la_LIBADD = \
49 $(top_builddir)/src/util/libgnunetutil.la \ 51 $(top_builddir)/src/util/libgnunetutil.la \