|
|
@ -2,14 +2,12 @@ METASOURCES = AUTO
|
|
|
|
|
|
|
|
|
|
|
|
INCLUDES = $(KOPETE_INCLUDES) $(all_includes)
|
|
|
|
INCLUDES = $(KOPETE_INCLUDES) $(all_includes)
|
|
|
|
|
|
|
|
|
|
|
|
SUBDIRS = sqlite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = kopete_statistics.la
|
|
|
|
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_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_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
|
|
|
|
service_DATA = kopete_statistics.desktop
|
|
|
|
servicedir = $(kde_servicesdir)
|
|
|
|
servicedir = $(kde_servicesdir)
|
|
|
|