--- kdenetwork-3.5.0/kopete/plugins/statistics/Makefile.am~ 2005-09-10 12:20:16 +0400 +++ kdenetwork-3.5.0/kopete/plugins/statistics/Makefile.am 2005-12-07 16:45:32 +0300 @@ -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) $(all_libraries) -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