aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
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