commit 47ef995cad970158ace3987dc231cb3877f5f091
parent 9632a07d70fdc8551ce09f24492cead4d36bce92
Author: Heikki Lindholm <holin@iki.fi>
Date: Sun, 27 Dec 2009 06:50:49 +0000
doesn't appear to be using ltdl in any way
Diffstat:
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
@@ -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 @@ LIBS = \
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 \