aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 22:43:08 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 22:43:08 +0000
commitc0b0474454327ca1c1a17851a350b5686a71206b (patch)
treefeccc1c828d87e4deeba00a53ff51a21066a56b9 /src/nat/Makefile.am
parentb2ca9e02d36e97b4e56d35779b673d620369e38b (diff)
downloadgnunet-c0b0474454327ca1c1a17851a350b5686a71206b.tar.gz
gnunet-c0b0474454327ca1c1a17851a350b5686a71206b.zip
fixes
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 af06528db..96ae38dfb 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -17,7 +17,8 @@ libgnunetnat_la_SOURCES = \
17 upnp-igd-parse.c upnp-igd-parse.h \ 17 upnp-igd-parse.c upnp-igd-parse.h \
18 upnp-minixml.c upnp-minixml.h \ 18 upnp-minixml.c upnp-minixml.h \
19 upnp-reply-parse.c upnp-reply-parse.h bsdqueue.h \ 19 upnp-reply-parse.c upnp-reply-parse.h bsdqueue.h \
20 nat.c 20 nat.c nat.h \
21 natpmp.h
21 22
22libgnunetnat_la_CFLAGS = \ 23libgnunetnat_la_CFLAGS = \
23 -DDEBUG_UPNP -g -O0 24 -DDEBUG_UPNP -g -O0