diff options
Diffstat (limited to 'kopete/plugins/statistics/Makefile.am')
-rw-r--r-- | kopete/plugins/statistics/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kopete/plugins/statistics/Makefile.am b/kopete/plugins/statistics/Makefile.am index b6aa7812..35540a8d 100644 --- a/kopete/plugins/statistics/Makefile.am +++ b/kopete/plugins/statistics/Makefile.am @@ -2,14 +2,12 @@ METASOURCES = AUTO INCLUDES = $(KOPETE_INCLUDES) $(all_includes) -SUBDIRS = sqlite - kde_module_LTLIBRARIES = kopete_statistics.la kopete_statistics_la_SOURCES = statisticsplugin.cpp statisticsdb.cpp statisticsdialog.cpp statisticswidget.ui statisticscontact.cpp statisticsdcopiface.skel kopete_statistics_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) -kopete_statistics_la_LIBADD = ../../libkopete/libkopete.la sqlite/libsqlite.la +kopete_statistics_la_LIBADD = ../../libkopete/libkopete.la service_DATA = kopete_statistics.desktop servicedir = $(kde_servicesdir) |