summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/schema/Makefile.am
blob: bdde93a4dd4a6b0cb7ec8b7d5dbd733d45f5df10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/libtdepim $(all_includes)

lib_LTLIBRARIES = libschema.la

libschema_la_SOURCES = attribute.cpp complextype.cpp element.cpp fileprovider.cpp \
                       parser.cpp qualifiedname.cpp simpletype.cpp types.cpp typestable.cpp
libschema_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
libschema_la_LIBADD = -lqt-mt -ltdecore -ltdeio

#bin_PROGRAMS = schematest
#schematest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
#schematest_SOURCES = main.cpp
#schematest_LDADD = libschema.la

METASOURCES = AUTO