summaryrefslogtreecommitdiff
path: root/goo/Makefile.am
blob: 651172e68d8305bef7d260e736d0b3654f519c26 (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
noinst_LTLIBRARIES = libgoo.la

poppler_goo_includedir = $(includedir)/poppler/goo
poppler_goo_include_HEADERS =			\
	GooHash.h				\
	GooList.h				\
	GooTimer.h				\
	GooMutex.h				\
	GooString.h				\
	gmem.h					\
	gtypes.h				\
	gmem.h					\
	gfile.h					\
	FixedPoint.h

libgoo_la_SOURCES =				\
	gfile.cc				\
	gmempp.cc				\
	GooHash.cc				\
	GooList.cc				\
	GooTimer.cc				\
	GooString.cc				\
	gmem.c					\
	FixedPoint.cc