From 47ef995cad970158ace3987dc231cb3877f5f091 Mon Sep 17 00:00:00 2001 From: Heikki Lindholm Date: Sun, 27 Dec 2009 06:50:49 +0000 Subject: doesn't appear to be using ltdl in any way --- src/common/Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/common/Makefile.am') diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 3c87612..37651f3 100644 --- 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 \ -- cgit v1.2.3