reactos/rosapps/smartpdf/poppler/goo/Makefile.am
Klemens Friedl 435a566751 SmartPDF - lightweight pdf viewer app for rosapps
* sumatrapdf - vendor import
* everything compiles (libjpeg, poppler, fitz, sumatrapdf)
* does NOT link

(remove the comment tags in the parent directory.rbuild file (rosapps dir) to build it)

svn path=/trunk/; revision=29295
2007-09-29 08:39:35 +00:00

30 lines
479 B
Makefile

noinst_LTLIBRARIES = libgoo.la
if ENABLE_XPDF_HEADERS
poppler_goo_includedir = $(includedir)/poppler/goo
poppler_goo_include_HEADERS = \
GooHash.h \
GooList.h \
GooTimer.h \
GooMutex.h \
GooString.h \
GooVector.h \
gmem.h \
gtypes.h \
gmem.h \
gfile.h \
FixedPoint.h
endif
libgoo_la_SOURCES = \
gfile.cc \
gmempp.cc \
GooHash.cc \
GooList.cc \
GooTimer.cc \
GooString.cc \
gmem.c \
FixedPoint.cc