blob: 2bf305c65ba5533e6fddbf319fc89c191c0e5461 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
INCLUDES = -I$(top_srcdir)/knewsticker/common $(all_includes)
bin_PROGRAMS = knewstickerstub
servicedir = $(kde_appsdir)/.hidden
service_DATA = knewstickerstub.desktop
METASOURCES = AUTO
knewstickerstub_SOURCES = knewstickerstub.cpp
knewstickerstub_LDADD = $(LIB_TDEIO) ../common/libknewstickercommon.la $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI)
knewstickerstub_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI)
|