--- kdenetwork-3.4.0/kopete/plugins/statistics~/Makefile.am 2004-12-31 15:09:04 +0300 +++ kdenetwork-3.4.0/kopete/plugins/statistics/Makefile.am 2005-03-31 18:33:44 +0400 @@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = kopete_statisti 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) -kopete_statistics_la_LIBADD = ../../libkopete/libkopete.la sqlite/libsqlite.la +kopete_statistics_la_LIBADD = ../../libkopete/libkopete.la -lsqlite3 service_DATA = kopete_statistics.desktop servicedir = $(kde_servicesdir) diff -u'Nrpk~' statistics~/statisticsdb.cpp statistics/statisticsdb.cpp --- kdenetwork-3.4.0/kopete/plugins/statistics~/statisticsdb.cpp 2005-01-02 14:54:53 +0300 +++ kdenetwork-3.4.0/kopete/plugins/statistics/statisticsdb.cpp 2005-03-31 18:33:14 +0400 @@ -16,7 +16,7 @@ #include -#include "sqlite/sqlite3.h" +#include #include #include