libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 6e1cc9771940040c5365e730a2c5edc92ab7e0d6
parent d3036c2e63b15ce85f414985870c115134ed482b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 15 Feb 2009 23:21:40 +0000

fix

Diffstat:
Mconfigure.ac | 4+---
Msrc/plugins/Makefile.am | 2+-
Msrc/plugins/pdf/Makefile.am | 2+-
3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -27,13 +27,11 @@ AC_PROG_MAKE_SET LT_CONFIG_LTDL_DIR([libltdl]) AC_CANONICAL_HOST LT_INIT([disable-static dlopen win32-dll]) -LTDL_INIT([recursive]) +LTDL_INIT AC_SUBST(LTDLINCL) AC_SUBST(LIBLTDL) AC_SUBST(MKDIR_P) - - case "$host_os" in linux*) AC_DEFINE(LINUX,1,[This is a Linux system]) diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am @@ -61,7 +61,7 @@ endif # toggle for development # SUBDIRS = . -SUBDIRS = $(thumbgtk) $(thumbffmpeg) . $(oodir) $(printdir) hash $(oledir) $(rpm) $(xpdfdir) $(exiv2dir) +SUBDIRS = . $(thumbgtk) $(thumbffmpeg) $(oodir) $(printdir) hash $(oledir) $(rpm) $(xpdfdir) $(exiv2dir) if HAVE_VORBISFILE diff --git a/src/plugins/pdf/Makefile.am b/src/plugins/pdf/Makefile.am @@ -10,7 +10,7 @@ libextractor_pdf_la_LDFLAGS = \ $(XTRA_CPPLIBS) libextractor_pdf_la_LIBADD = \ $(top_builddir)/src/main/libextractor.la \ - $(top_builddir)/src/plugins/libconvert.la \ + $(top_builddir)/src/common/libextractor_common.la \ -lm libextractor_pdf_la_SOURCES = \