blob: 88bfb0d478987270c94191732241e6c0fd039d3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
METASOURCES = AUTO
AM_CPPFLAGS = $(KOPETE_INCLUDES) $(all_includes)
kde_module_LTLIBRARIES = kopete_connectionstatus.la
kopete_connectionstatus_la_SOURCES = connectionstatusplugin.cpp
kopete_connectionstatus_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kopete_connectionstatus_la_LIBADD = ../../libkopete/libkopete.la
service_DATA = kopete_connectionstatus.desktop
servicedir = $(kde_servicesdir)
|