blob: 9a1ec4aa7eab76e5a51b1153f819195bb8da8221 (
plain)
1
2
3
4
5
6
7
8
9
|
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../goo $(all_includes)
libfofi_la_LDFLAGS = $(all_libraries)
libfofi_la_SOURCES = FoFiBase.cpp FoFiEncodings.cpp FoFiTrueType.cpp \
FoFiType1.cpp FoFiType1C.cpp
METASOURCES = AUTO
noinst_LTLIBRARIES = libfofi.la
|