summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/statistics
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-22 03:00:09 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-22 03:00:09 +0000
commit1e22120bb373a2cc274a8494b614577168241102 (patch)
tree485e3c6f5080c8be93c7e8556f446ab5f5c38682 /kopete/plugins/statistics
parent69cac65817d949cda2672ec4f0aa73d5e66a0ba1 (diff)
downloadtdenetwork-1e22120bb373a2cc274a8494b614577168241102.tar.gz
tdenetwork-1e22120bb373a2cc274a8494b614577168241102.zip
Fix kdenetwork FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237924 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/plugins/statistics')
-rw-r--r--kopete/plugins/statistics/Makefile.am4
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)