7 lines
221 B
Makefile
7 lines
221 B
Makefile
INCLUDES = -I$(top_srcdir)/. -I/usr/include/libxml2
|
|
METASOURCES = AUTO
|
|
noinst_LIBRARIES = libFUtils.a
|
|
libFUtils_a_SOURCES = FUDaeParser.cpp FUStringConversion.cpp FUXmlParser.cpp \
|
|
FUDebug.cpp
|
|
noinst_HEADERS = FUDebug.h
|