[poppler] Branch 'poppler-0.10' - utils/Makefile.am

Albert Astals Cid aacid at kemper.freedesktop.org
Sat May 2 05:16:45 PDT 2009


 utils/Makefile.am |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

New commits:
commit eb51616e23bf8d729f2a66cba85ca157168d9eb1
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sat May 2 14:16:16 2009 +0200

    Link pdftoabw to abiword libs
    
    Fixes bug #21520

diff --git a/utils/Makefile.am b/utils/Makefile.am
index 342fa73..c4301b0 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -10,16 +10,6 @@ pdftoppm_manpage = pdftoppm.1
 
 endif
 
-if BUILD_ABIWORD_OUTPUT
-
-pdftoabw_SOURCES =				\
-	pdftoabw.cc				\
-	$(common)
-
-pdftoabw_binary = pdftoabw
-
-endif
-
 INCLUDES =					\
 	-I$(top_srcdir)				\
 	-I$(top_srcdir)/utils			\
@@ -33,6 +23,18 @@ LDADD =						\
 	$(UTILS_LIBS)				\
 	$(FONTCONFIG_LIBS)
 
+if BUILD_ABIWORD_OUTPUT
+
+pdftoabw_SOURCES =				\
+	pdftoabw.cc				\
+	$(common)
+
+pdftoabw_LDADD = $(LDADD) $(ABIWORD_LIBS)
+
+pdftoabw_binary = pdftoabw
+
+endif
+
 bin_PROGRAMS =					\
 	pdffonts				\
 	pdfimages				\


More information about the poppler mailing list