summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/fofi/Makefile.am
blob: 4deb7d5e0639cab108a113c1fb484a7a38f44ada (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
noinst_LTLIBRARIES = libfofi.la

if ENABLE_XPDF_HEADERS
poppler_fofi_includedir = $(includedir)/poppler/fofi
poppler_fofi_include_HEADERS =	\
	FoFiBase.h		\
	FoFiEncodings.h		\
	FoFiTrueType.h		\
	FoFiType1.h		\
	FoFiIdentifier.h	\
	FoFiType1C.h
endif

libfofi_la_SOURCES =		\
	FoFiBase.cc		\
	FoFiBase.h		\
	FoFiEncodings.cc	\
	FoFiEncodings.h		\
	FoFiTrueType.cc		\
	FoFiTrueType.h		\
	FoFiType1.cc		\
	FoFiType1.h		\
	FoFiType1C.cc		\
	FoFiIdentifier.cc	\
	FoFiType1C.h

libfofi_la_CPPFLAGS =		\
	-I$(top_srcdir)