gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9906 - Extractor/src/common


From: gnunet
Subject: [GNUnet-SVN] r9906 - Extractor/src/common
Date: Sun, 27 Dec 2009 07:50:49 +0100

Author: holindho
Date: 2009-12-27 07:50:49 +0100 (Sun, 27 Dec 2009)
New Revision: 9906

Modified:
   Extractor/src/common/Makefile.am
Log:
doesn't appear to be using ltdl in any way


Modified: Extractor/src/common/Makefile.am
===================================================================
--- Extractor/src/common/Makefile.am    2009-12-27 00:19:10 UTC (rev 9905)
+++ Extractor/src/common/Makefile.am    2009-12-27 06:50:49 UTC (rev 9906)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include $(LTDLINCL)
+INCLUDES = -I$(top_srcdir)/src/include
 
 LIBS = \
  @LE_LIBINTL@ @LIBS@
@@ -6,17 +6,11 @@
 lib_LTLIBRARIES = \
   libextractor_common.la
 
-if !MINGW
-if !SOMEBSD
-    dlflag=-ldl
-endif
-endif
-
 libextractor_common_la_LDFLAGS = \
   $(LE_LIB_LDFLAGS)
 
 libextractor_common_la_LIBADD = \
-  $(LIBLTDL) $(dlflag) $(LIBICONV) -lz
+  $(LIBICONV) -lz
 
 libextractor_common_la_SOURCES = \
   unzip.c \





reply via email to

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