Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/fofi/Makefile.am
blob: ad20a885c6f5c11d10717715392befc16f251b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INCLUDES =			\
	-I$(top_srcdir)		\
	-I$(top_srcdir)/pdf	\
	-I$(top_srcdir)/pdf/goo

noinst_LIBRARIES = libfofi.a

libfofi_a_SOURCES =		\
	FoFiBase.cc		\
	FoFiBase.h		\
	FoFiEncodings.cc	\
	FoFiEncodings.h		\
	FoFiTrueType.cc		\
	FoFiTrueType.h		\
	FoFiType1.cc		\
	FoFiType1.h		\
	FoFiType1C.cc		\
	FoFiType1C.h

EXTRA_DIST =			\
	vms_make.com