Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
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)