gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13811 - in gnunet/src: . nat


From: gnunet
Subject: [GNUnet-SVN] r13811 - in gnunet/src: . nat
Date: Fri, 26 Nov 2010 13:42:11 +0100

Author: wachs
Date: 2010-11-26 13:42:11 +0100 (Fri, 26 Nov 2010)
New Revision: 13811

Modified:
   gnunet/src/Makefile.am
   gnunet/src/nat/Makefile.am
Log:
build nat for windows


Modified: gnunet/src/Makefile.am
===================================================================
--- gnunet/src/Makefile.am      2010-11-26 12:05:13 UTC (rev 13810)
+++ gnunet/src/Makefile.am      2010-11-26 12:42:11 UTC (rev 13811)
@@ -2,10 +2,6 @@
 #  INTLEMU_SUBDIRS = intlemu
 #endif
 
-if !MINGW
- NAT_DIR = nat
-endif
-
 if HAVE_ESMTP
 if HAVE_OPENSSL
  MONKEY_DIR = monkey
@@ -24,7 +20,7 @@
   datacache \
   datastore \
   template \
-  $(NAT_DIR) \
+  nat \
   transport \
   peerinfo-tool \
   core \

Modified: gnunet/src/nat/Makefile.am
===================================================================
--- gnunet/src/nat/Makefile.am  2010-11-26 12:05:13 UTC (rev 13810)
+++ gnunet/src/nat/Makefile.am  2010-11-26 12:42:11 UTC (rev 13811)
@@ -8,8 +8,6 @@
   AM_CFLAGS = -fprofile-arcs -ftest-coverage
 endif
 
-if !MINGW
-
 lib_LTLIBRARIES = libgnunetnat.la
 
 libgnunetnat_la_SOURCES = \
@@ -48,4 +46,3 @@
  $(top_builddir)/src/nat/libgnunetnat.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  @LIBCURL@
-endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]