mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
17 lines
267 B
Text
17 lines
267 B
Text
![]() |
INCLUDES = \
|
||
|
-I$(top_srcdir)
|
||
|
|
||
|
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
|