aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-03 06:53:33 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-03 06:53:33 +0000
commit0eb708afde86ce4e342bb19b7caac55e314c04c1 (patch)
tree366091e86633cc0a37d8bc565657e90e4fbd9bd2 /src/nat/Makefile.am
parentdead1b9df9816132d97f716916fc478c997a2822 (diff)
downloadgnunet-0eb708afde86ce4e342bb19b7caac55e314c04c1.tar.gz
gnunet-0eb708afde86ce4e342bb19b7caac55e314c04c1.zip
nicer build system
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 3ec124c5e..57be6832d 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -10,6 +10,8 @@ if USE_COVERAGE
10 AM_CFLAGS = -fprofile-arcs -ftest-coverage 10 AM_CFLAGS = -fprofile-arcs -ftest-coverage
11endif 11endif
12 12
13if !MINGW
14
13lib_LTLIBRARIES = libgnunetnat.la 15lib_LTLIBRARIES = libgnunetnat.la
14 16
15libgnunetnat_la_SOURCES = \ 17libgnunetnat_la_SOURCES = \
@@ -42,3 +44,4 @@ test_nat_LDADD = \
42 $(top_builddir)/src/nat/libgnunetnat.la \ 44 $(top_builddir)/src/nat/libgnunetnat.la \
43 $(top_builddir)/src/util/libgnunetutil.la 45 $(top_builddir)/src/util/libgnunetutil.la
44 46
47endif \ No newline at end of file