gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18020 - in gnunet: . src/util


From: gnunet
Subject: [GNUnet-SVN] r18020 - in gnunet: . src/util
Date: Sat, 5 Nov 2011 15:43:41 +0100

Author: grothoff
Date: 2011-11-05 15:43:41 +0100 (Sat, 05 Nov 2011)
New Revision: 18020

Modified:
   gnunet/configure.ac
   gnunet/src/util/Makefile.am
Log:
LRN: Add -lole32 (why had it worked without this until
 now?)


Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2011-11-05 14:43:08 UTC (rev 18019)
+++ gnunet/configure.ac 2011-11-05 14:43:41 UTC (rev 18020)
@@ -142,7 +142,7 @@
      AC_DEFINE_UNQUOTED(_WIN32,1,[This is a Windows system])
      AC_CHECK_LIB(intl, gettext)
      LDFLAGS="$LDFLAGS -Wl,-no-undefined -Wl,--export-all-symbols"
-     LIBS="$LIBS -lws2_32 -lplibc -lgnurx"
+     LIBS="$LIBS -lws2_32 -lplibc -lgnurx -lole32"
      CFLAGS="-mms-bitfields $CFLAGS"
      CPPFLAGS="-D_WIN32_WINNT=0x0501 $CPPFLAGS"
      build_target="mingw"

Modified: gnunet/src/util/Makefile.am
===================================================================
--- gnunet/src/util/Makefile.am 2011-11-05 14:43:08 UTC (rev 18019)
+++ gnunet/src/util/Makefile.am 2011-11-05 14:43:41 UTC (rev 18020)
@@ -17,7 +17,7 @@
   -no-undefined -Wl,--export-all-symbols 
 libgnunetutilwin_la_LIBADD = \
   -lshell32 -liconv -lstdc++ \
-  -lcomdlg32 -lgdi32 -lole32
+  -lcomdlg32 -lgdi32
 WINLIB = libgnunetutilwin.la
 endif
 




reply via email to

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