Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/Makefile.am
blob: 14a3210c53259ad37704a4f19826fbccec5c682a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDES =					\
	-I$(top_srcdir)				\
	-I$(top_srcdir)/backend			\
	$(POPPLER_GLIB_CFLAGS)			\
	$(GTK_CFLAGS)				\
	-DDATADIR=\""$(datadir)"\"

noinst_LTLIBRARIES = libpdfdocument.la

libpdfdocument_la_SOURCES =			\
	ev-poppler.cc				\
	ev-poppler.h