You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/knewsticker/kntsrcfilepropsdlg/Makefile.am

13 lines
521 B

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)