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
606 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) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
libkntsrcfilepropsdlg_la_LIBADD = $(LIB_TDEIO) ../common/libknewstickercommon.la ../../librss/librss.la
libkntsrcfilepropsdlg_la_METASOURCES = AUTO
service_DATA = kntsrcfilepropsdlg.desktop
servicedir = $(kde_servicesdir)