blob: 2b512104488d450a84e18e70de207d804ba4407f (
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_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kopete_connectionstatus_la_LIBADD = ../../libkopete/libkopete.la
service_DATA = kopete_connectionstatus.desktop
servicedir = $(kde_servicesdir)
|