summaryrefslogtreecommitdiffstats
path: root/knewsticker/knewstickerstub/Makefile.am
blob: 200e2eac15740249a6282b31c6beafdbd3a09911 (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
knewstickerstub_LDFLAGS = $(all_libraries) $(KDE_RPATH)