aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-11-26 12:42:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-11-26 12:42:11 +0000
commita0401360a9b8a78e6b7976f6dd50c50573aa1a7b (patch)
tree5b19bcbd9c6361f4b99df552d5ef10e0688bf97c /src/nat/Makefile.am
parent7913d16332b4aaf56db70cfa47bc832d8e56aa5d (diff)
downloadgnunet-a0401360a9b8a78e6b7976f6dd50c50573aa1a7b.tar.gz
gnunet-a0401360a9b8a78e6b7976f6dd50c50573aa1a7b.zip
build nat for windows
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 3ca896bac..50edd5f77 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -8,8 +8,6 @@ if USE_COVERAGE
8 AM_CFLAGS = -fprofile-arcs -ftest-coverage 8 AM_CFLAGS = -fprofile-arcs -ftest-coverage
9endif 9endif
10 10
11if !MINGW
12
13lib_LTLIBRARIES = libgnunetnat.la 11lib_LTLIBRARIES = libgnunetnat.la
14 12
15libgnunetnat_la_SOURCES = \ 13libgnunetnat_la_SOURCES = \
@@ -48,4 +46,3 @@ test_nat_LDADD = \
48 $(top_builddir)/src/nat/libgnunetnat.la \ 46 $(top_builddir)/src/nat/libgnunetnat.la \
49 $(top_builddir)/src/util/libgnunetutil.la \ 47 $(top_builddir)/src/util/libgnunetutil.la \
50 @LIBCURL@ 48 @LIBCURL@
51endif