You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
535 B
15 lines
535 B
INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/libtdepim $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libwscl.la
|
|
|
|
libwscl_la_SOURCES = conversation.cpp documents.cpp interaction.cpp parser.cpp transition.cpp
|
|
libwscl_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
|
|
libwscl_la_LIBADD = -lqt-mt
|
|
|
|
#bin_PROGRAMS = wscltest
|
|
#wscltest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
#wscltest_SOURCES = main.cpp
|
|
#wscltest_LDADD = libwscl.la
|
|
|
|
METASOURCES = AUTO
|