Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-19 07:07:40 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-19 07:07:40 (GMT)
commit4a1b96884920c5bcbf0ae72f5e0aaf3279834de8 (patch)
tree61a3e4d476b8405410e1637bb3f224843fc8884f /pdf
parent7b784369a3fe773cc1bc9caaec3f3de976d19251 (diff)
use libpaper_LIBS, not libpaper_CFLAGS in bonobo-application-x-pdf_LDADD
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index ed2d451..17de147 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -129,7 +129,7 @@ bonobo_application_x_pdf_LDADD = \
$(EXTRA_GNOME_LIBS) \
$(EXTRA_GLIB_LIBS) \
$(INTLLIBS) \
- $(libpaper_CFLAGS)
+ $(libpaper_LIBS)
xpdf_SOURCES = \
$(common_sources) \