summaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-12 21:45:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-12 21:45:00 +0000
commita33a6a8017dfdd912a8b22354d9d4dc97200daff (patch)
tree88b55256073461837277c81f55ded69203356735 /src/nat/Makefile.am
parent997b729e8cbd05f51bac7dcd795ca7b35aa5e551 (diff)
downloadgnunet-a33a6a8017dfdd912a8b22354d9d4dc97200daff.tar.gz
gnunet-a33a6a8017dfdd912a8b22354d9d4dc97200daff.zip
nat auto code from gnunet-gtk now compiles as part of libgnunetnat
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 00d72ebba..3a40340a8 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -54,8 +54,9 @@ lib_LTLIBRARIES = libgnunetnat.la
54 54
55libgnunetnat_la_SOURCES = \ 55libgnunetnat_la_SOURCES = \
56 nat.c nat.h \ 56 nat.c nat.h \
57 nat_auto.c \
57 nat_test.c \ 58 nat_test.c \
58 nat_mini.c 59 nat_mini.c
59 60
60libgnunetnat_la_LIBADD = \ 61libgnunetnat_la_LIBADD = \
61 $(top_builddir)/src/util/libgnunetutil.la \ 62 $(top_builddir)/src/util/libgnunetutil.la \