summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/identity/Makefile.am
blob: 1aa6721dbb6f8232686adbb056377286a0d71537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
METASOURCES = AUTO
AM_CPPFLAGS =  $(KOPETE_INCLUDES) $(KOPETE_COMPAT_INCLUDES) $(all_includes)

kde_module_LTLIBRARIES = kcm_kopete_identityconfig.la

kcm_kopete_identityconfig_la_SOURCES = kopeteidentityconfigbase.ui \
		kopeteidentityconfig.cpp globalidentitiesmanager.cpp kopeteidentityconfigpreferences.kcfgc
kcm_kopete_identityconfig_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries)
kcm_kopete_identityconfig_la_LIBADD  = -lkabc ../../../libkopete/libkopete.la $(LIB_KOPETECOMPAT) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor

service_DATA = kopete_identityconfig.desktop
servicedir = $(kde_servicesdir)

# vim: set noet:
kde_kcfg_DATA = kopeteidentityconfigpreferences.kcfg