Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/fofi/Makefile.am
blob: 0c1887ce313156da4f98d6b7d113651cb62dd28a (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_LTLIBRARIES = libfofi.la

libfofi_la_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