summaryrefslogtreecommitdiffstats
path: root/plugins/stats/Makefile.am
blob: 5e73e62ab8aa10b095d63cb20a779a8b2850b7b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)