summaryrefslogtreecommitdiffstats
path: root/knewsticker/knewstickerstub/Makefile.am
blob: bdfd22efd6ac70df6884c91b2fecccb882900edd (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_KIO) ../common/libknewstickercommon.la $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI)
knewstickerstub_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI)