summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 2d57f6d1ec26c3999b84623abe0fb3bf56317da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if BUILD_SPLASH_OUTPUT
splash_subdir = splash
endif

SUBDIRS = goo fofi $(splash_subdir) poppler test

EXTRA_DIST =					\
	README-XPDF				\
	poppler.pc.in				\
	poppler-cairo.pc.in			\
	poppler-splash.pc.in

if BUILD_SPLASH_OUTPUT

splash_pc_file = poppler-splash.pc

endif

if BUILD_CAIRO_OUTPUT

cairo_pc_file = poppler-cairo.pc

endif

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA =				\
	poppler.pc				\
	$(cairo_pc_file)			\
	$(splash_pc_file)