summaryrefslogtreecommitdiffstats
path: root/knewsticker/kntsrcfilepropsdlg/Makefile.am
blob: 9782b90ce3e3b24d78ac674f632ced42d55f053a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
INCLUDES = -I$(top_srcdir)/knewsticker/common -I$(top_srcdir)/librss $(all_includes)

kde_module_LTLIBRARIES = libkntsrcfilepropsdlg.la

libkntsrcfilepropsdlg_la_SOURCES = kntsrcfilepropsdlg.cpp \
	kntsrcfilepropsdlgwidget.ui
libkntsrcfilepropsdlg_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
libkntsrcfilepropsdlg_la_LIBADD = $(LIB_KIO) ../common/libknewstickercommon.la ../../librss/librss.la
libkntsrcfilepropsdlg_la_METASOURCES = AUTO

service_DATA = kntsrcfilepropsdlg.desktop
servicedir = $(kde_servicesdir)