Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-07-07 12:11:25 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-07 12:11:25 (GMT)
commit848665b157185945d190a7a746d054d7f5d5e6e0 (patch)
treed599a91064adfc868c1a3e9022e8c2a042c58963 /pdf
parent14d8faba24b8f51ee59c6177690065e7a58336ba (diff)
Make frontends depend on just libev. Rework and group CFLAGS/LIBS
2005-07-07 Marco Pesenti Gritti <mpg@redhat.com> * Makefile.am: * backend/Makefile.am: * configure.ac: * cut-n-paste/recent-files/Makefile.am: * cut-n-paste/toolbar-editor/Makefile.am: * cut-n-paste/zoom-control/Makefile.am: * lib/Makefile.am: * pdf/Makefile.am: * pixbuf/Makefile.am: * properties/Makefile.am: * ps/Makefile.am: * shell/Makefile.am: * thumbnailer/Makefile.am: * tiff/Makefile.am: Make frontends depend on just libev. Rework and group CFLAGS/LIBS definitions. Cleanups.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/pdf/Makefile.am b/pdf/Makefile.am
index a2fdea8..bd3522f 100644
--- a/pdf/Makefile.am
+++ b/pdf/Makefile.am
@@ -1,15 +1,13 @@
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/backend \
- $(PDF_CFLAGS) \
+ $(BACKEND_CFLAGS) \
+ $(POPPLER_CFLAGS) \
$(WARN_CXXFLAGS) \
- $(DISABLE_DEPRECATED) \
- -DDATADIR=\""$(datadir)"\"
+ $(DISABLE_DEPRECATED)
noinst_LTLIBRARIES = libpdfdocument.la
libpdfdocument_la_SOURCES = \
ev-poppler.cc \
ev-poppler.h
-
-libpdfdocument_la_LIBADD = $(PDF_LIBS)