gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12914 - in Extractor/src: common main


From: gnunet
Subject: [GNUnet-SVN] r12914 - in Extractor/src: common main
Date: Wed, 8 Sep 2010 09:56:50 +0200

Author: grothoff
Date: 2010-09-08 09:56:50 +0200 (Wed, 08 Sep 2010)
New Revision: 12914

Modified:
   Extractor/src/common/Makefile.am
   Extractor/src/main/Makefile.am
Log:
LRN W32 fixes

Modified: Extractor/src/common/Makefile.am
===================================================================
--- Extractor/src/common/Makefile.am    2010-09-08 07:20:59 UTC (rev 12913)
+++ Extractor/src/common/Makefile.am    2010-09-08 07:56:50 UTC (rev 12914)
@@ -10,7 +10,7 @@
   $(LE_LIB_LDFLAGS)
 
 libextractor_common_la_LIBADD = \
-  $(LIBICONV) -lz
+  $(LTLIBICONV) -lz
 
 libextractor_common_la_SOURCES = \
   unzip.c \

Modified: Extractor/src/main/Makefile.am
===================================================================
--- Extractor/src/main/Makefile.am      2010-09-08 07:20:59 UTC (rev 12913)
+++ Extractor/src/main/Makefile.am      2010-09-08 07:56:50 UTC (rev 12914)
@@ -26,7 +26,7 @@
 libextractor_la_LDFLAGS = \
   $(LE_LIB_LDFLAGS) -version-info 
@LIB_VERSION_CURRENT@:@LIB_VERSION_REVISION@:@LIB_VERSION_AGE@
 libextractor_la_LIBADD = \
-  $(LIBLTDL) $(zlib) $(bz2lib) $(LIBICONV)
+  $(LIBLTDL) $(zlib) $(bz2lib) $(LTLIBICONV)
 
 
 EXTRA_DIST = \




reply via email to

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