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.
21 lines
521 B
21 lines
521 B
INCLUDES= $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libksticker.la
|
|
|
|
libksticker_la_SOURCES = ksticker.cpp speeddialog.cpp speeddialogData.cpp \
|
|
kspainter.cpp
|
|
|
|
noinst_HEADERS = ksticker.h speeddialog.h speeddialogData.h \
|
|
kspainter.h
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
check_PROGRAMS = ksttest
|
|
|
|
ksttest_SOURCES = ksttest.cpp
|
|
ksttest_LDADD = libksticker.la ../ksopts.lo ../nickColourMaker.lo $(LIB_TDEUI)
|
|
ksttest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|