summaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-08 10:23:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-08 10:23:45 +0000
commit95d933d6e52f1c8d8dda1f6e1d8e8f8dc03d3c17 (patch)
tree928642b2b203443dce8d34e1901ddeb54b64ad19 /src/nat/Makefile.am
parent87d5236ee8d5a3cb04082aa0bbdb94e5df2ce5df (diff)
downloadgnunet-95d933d6e52f1c8d8dda1f6e1d8e8f8dc03d3c17.tar.gz
gnunet-95d933d6e52f1c8d8dda1f6e1d8e8f8dc03d3c17.zip
towards UPnP support
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 769b68bd1..6076e3294 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -57,6 +57,7 @@ libgnunetnat_la_LDFLAGS = \
57 57
58check_PROGRAMS = \ 58check_PROGRAMS = \
59 test_nat \ 59 test_nat \
60 test_nat_mini \
60 test_nat_test 61 test_nat_test
61 62
62if ENABLE_TEST_RUN 63if ENABLE_TEST_RUN
@@ -69,6 +70,12 @@ test_nat_LDADD = \
69 $(top_builddir)/src/nat/libgnunetnat.la \ 70 $(top_builddir)/src/nat/libgnunetnat.la \
70 $(top_builddir)/src/util/libgnunetutil.la 71 $(top_builddir)/src/util/libgnunetutil.la
71 72
73test_nat_mini_SOURCES = \
74 test_nat_mini.c
75test_nat_mini_LDADD = \
76 $(top_builddir)/src/nat/libgnunetnat.la \
77 $(top_builddir)/src/util/libgnunetutil.la
78
72 79
73test_nat_test_SOURCES = \ 80test_nat_test_SOURCES = \
74 test_nat_test.c 81 test_nat_test.c