]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/Makefile.am
Make frontends depend on just libev. Rework and group CFLAGS/LIBS
[evince.git] / pdf / Makefile.am
index b8fe1da71eb77a7139ba71584a7380a364c5489e..bd3522f34e74f777d7f5966f1f900e4bfd4903ee 100644 (file)
@@ -1,3 +1,13 @@
-SUBDIRS = goo fofi splash xpdf
+INCLUDES =                                     \
+       -I$(top_srcdir)                         \
+       -I$(top_srcdir)/backend                 \
+       $(BACKEND_CFLAGS)                       \
+       $(POPPLER_CFLAGS)                       \
+       $(WARN_CXXFLAGS)                        \
+       $(DISABLE_DEPRECATED)
 
 
-EXTRA_DIST = aconf.h aconf2.h
+noinst_LTLIBRARIES = libpdfdocument.la
+
+libpdfdocument_la_SOURCES =                    \
+       ev-poppler.cc                           \
+       ev-poppler.h