summaryrefslogtreecommitdiffstats
path: root/knewsticker/kntsrcfilepropsdlg/Makefile.am
blob: bb3a1391e1c2e29e2019bbd3b653a20d80cb4606 (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) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
libkntsrcfilepropsdlg_la_LIBADD = $(LIB_KIO) ../common/libknewstickercommon.la ../../librss/librss.la
libkntsrcfilepropsdlg_la_METASOURCES = AUTO

service_DATA = kntsrcfilepropsdlg.desktop
servicedir = $(kde_servicesdir)