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
439 B
21 lines
439 B
15 years ago
|
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_KDEUI)
|
||
|
ksttest_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
|
||
|
|