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.
13 lines
504 B
13 lines
504 B
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_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
kopete_connectionstatus_la_LIBADD = ../../libkopete/libkopete.la
|
|
|
|
service_DATA = kopete_connectionstatus.desktop
|
|
servicedir = $(kde_servicesdir)
|