Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/Makefile.am')
-rw-r--r--pdf/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/pdf/Makefile.am b/pdf/Makefile.am
deleted file mode 100644
index bd3522f..0000000
--- a/pdf/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/backend \
- $(BACKEND_CFLAGS) \
- $(POPPLER_CFLAGS) \
- $(WARN_CXXFLAGS) \
- $(DISABLE_DEPRECATED)
-
-noinst_LTLIBRARIES = libpdfdocument.la
-
-libpdfdocument_la_SOURCES = \
- ev-poppler.cc \
- ev-poppler.h