You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
839 B
20 lines
839 B
METASOURCES = AUTO
|
|
|
|
INCLUDES = $(KOPETE_INCLUDES) $(all_includes)
|
|
|
|
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) -lsqlite3 $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEHTML)
|
|
kopete_statistics_la_LIBADD = ../../libkopete/libkopete.la -lsqlite3
|
|
|
|
service_DATA = kopete_statistics.desktop
|
|
servicedir = $(kde_servicesdir)
|
|
|
|
mydatadir = $(kde_datadir)/kopete_statistics
|
|
mydata_DATA = statisticsui.rc
|
|
|
|
mydatadirimagesdir = $(kde_datadir)/kopete/pics/statistics
|
|
mydatadirimages_DATA = images/blue.png images/navy.png images/black.png images/gray.png
|