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.
ktorrent/plugins/stats/Makefile.am

19 lines
857 B

INCLUDES = -I$(top_builddir)/libktorrent -I$(top_builddir)/ktorrent/libktorrent \
-I$(srcdir)/../../libktorrent $(all_includes)
METASOURCES = AUTO
kde_module_LTLIBRARIES = ktstatsplugin.la
ktstatsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(all_libraries)
ktstatsplugin_la_SOURCES = ChartDrawerData.cpp ChartDrawer.cpp statsspdwgt.ui statsconwgt.ui StatsSpd.cpp StatsCon.cpp sprefwgt.ui statspluginsettings.kcfgc \
StatsPluginPrefsPage.cpp StatsPluginPrefs.cpp statsplugin.cpp
ktstatsplugin_la_LIBADD = $(LIB_TQT) ../../libktorrent/libktorrent.la
noinst_HEADERS = ChartDrawerData.h ChartDrawer.h StatsSpd.h StatsCon.h StatsPluginPrefsPage.h StatsPluginPrefs.h statsplugin.h
kde_services_DATA = ktstatsplugin.desktop
kde_kcfg_DATA = ktstatsplugin.kcfg
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)