blob: 92a93cb2cb8e0c6c58c07796605e57031d1e954b (
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_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI)
knewstickerstub_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI)
|