gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10678 - in gnunet/src: dht peerinfo peerinfo-tool util


From: gnunet
Subject: [GNUnet-SVN] r10678 - in gnunet/src: dht peerinfo peerinfo-tool util
Date: Mon, 22 Mar 2010 21:24:49 +0100

Author: durner
Date: 2010-03-22 21:24:49 +0100 (Mon, 22 Mar 2010)
New Revision: 10678

Modified:
   gnunet/src/dht/Makefile.am
   gnunet/src/peerinfo-tool/Makefile.am
   gnunet/src/peerinfo/Makefile.am
   gnunet/src/util/Makefile.am
Log:
MinGW fixes, thanks to LRN on #gnunet

Modified: gnunet/src/dht/Makefile.am
===================================================================
--- gnunet/src/dht/Makefile.am  2010-03-22 18:42:49 UTC (rev 10677)
+++ gnunet/src/dht/Makefile.am  2010-03-22 20:24:49 UTC (rev 10678)
@@ -1,7 +1,7 @@
 INCLUDES = -I$(top_srcdir)/src/include
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 
-luuid -liconv -lstdc++ -lcomdlg32 -lgdi32
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 
-liconv -lstdc++ -lcomdlg32 -lgdi32
 endif
 
 if USE_COVERAGE

Modified: gnunet/src/peerinfo/Makefile.am
===================================================================
--- gnunet/src/peerinfo/Makefile.am     2010-03-22 18:42:49 UTC (rev 10677)
+++ gnunet/src/peerinfo/Makefile.am     2010-03-22 20:24:49 UTC (rev 10678)
@@ -1,7 +1,7 @@
 INCLUDES = -I$(top_srcdir)/src/include
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 
-luuid -liconv -lstdc++ -lcomdlg32 -lgdi32
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 
-liconv -lstdc++ -lcomdlg32 -lgdi32
 endif
 
 if USE_COVERAGE

Modified: gnunet/src/peerinfo-tool/Makefile.am
===================================================================
--- gnunet/src/peerinfo-tool/Makefile.am        2010-03-22 18:42:49 UTC (rev 
10677)
+++ gnunet/src/peerinfo-tool/Makefile.am        2010-03-22 20:24:49 UTC (rev 
10678)
@@ -1,7 +1,7 @@
 INCLUDES = -I$(top_srcdir)/src/include
 
 if MINGW
- WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 
-luuid -liconv -lstdc++ -lcomdlg32 -lgdi32
+ WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 
-liconv -lstdc++ -lcomdlg32 -lgdi32
 endif
 
 if USE_COVERAGE

Modified: gnunet/src/util/Makefile.am
===================================================================
--- gnunet/src/util/Makefile.am 2010-03-22 18:42:49 UTC (rev 10677)
+++ gnunet/src/util/Makefile.am 2010-03-22 20:24:49 UTC (rev 10678)
@@ -11,7 +11,7 @@
 libgnunetutilwin_la_LDFLAGS = \
   -Wl,--no-undefined -Wl,--export-all-symbols 
 libgnunetutilwin_la_LIBADD = \
-  -lshell32 -luuid -liconv -lstdc++ \
+  -lshell32 -liconv -lstdc++ \
   -lcomdlg32 -lgdi32
 WINLIB = libgnunetutilwin.la
 endif
@@ -65,8 +65,7 @@
   service.c \
   signal.c \
   strings.c \
-  time.c \
-  $(WINSRC)
+  time.c
 
 
 libgnunetutil_la_LIBADD = \





reply via email to

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