aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-01 10:38:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-01 10:38:08 +0000
commit34679adf5a4d083ddd39da805e7509429fed7f45 (patch)
tree239e80ae7083771dcfc484edc68d846471a11ba5 /src/nat/Makefile.am
parentc3cc0ccbc05fb74d7c744dd3482e8cbb5726315b (diff)
downloadgnunet-34679adf5a4d083ddd39da805e7509429fed7f45.tar.gz
gnunet-34679adf5a4d083ddd39da805e7509429fed7f45.zip
draft for NAT_test API
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 75798a252..7b738df4e 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -43,7 +43,7 @@ endif
43lib_LTLIBRARIES = libgnunetnat.la 43lib_LTLIBRARIES = libgnunetnat.la
44 44
45libgnunetnat_la_SOURCES = \ 45libgnunetnat_la_SOURCES = \
46 nat.c 46 nat.c nat_test.c nat.h
47 47
48libgnunetnat_la_LIBADD = \ 48libgnunetnat_la_LIBADD = \
49 $(top_builddir)/src/util/libgnunetutil.la \ 49 $(top_builddir)/src/util/libgnunetutil.la \