summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/behavior/Makefile.am
blob: cc7a6196a3ad1ca80dd88c83a3cea424c754ccc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
METASOURCES = AUTO
AM_CPPFLAGS = $(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/libkopete/private $(KOPETE_COMPAT_INCLUDES) $(all_includes)

kde_module_LTLIBRARIES = kcm_kopete_behaviorconfig.la

kcm_kopete_behaviorconfig_la_SOURCES = \
	kopeteawayconfigbase.ui  \
	behaviorconfig_chat.ui behaviorconfig_general.ui behaviorconfig_events.ui behaviorconfig.cpp

kcm_kopete_behaviorconfig_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries)

kcm_kopete_behaviorconfig_la_LIBADD  = ../../../libkopete/libkopete.la \
	$(LIB_KOPETECOMPAT) $(LIB_KUTILS)

service_DATA = kopete_behaviorconfig.desktop
servicedir = $(kde_servicesdir)

# vim: set noet: