[poppler] utils/Makefile.am

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


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

New commits:
commit 63cc40ec02498e1ec249d5f74e23f574c665872e
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sat May 2 14:08:23 2009 +0200

    Link pdftoabw to abiword libs
    
    Fixes bug #21520

diff --git a/utils/Makefile.am b/utils/Makefile.am
index 6042273..ed7e7c1 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
+
 if BUILD_LIBPNG
 pdftohtml_LDADD = $(LDADD) $(LIBPNG_LIBS)
 endif


More information about the poppler mailing list