summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/behavior/Makefile.am
blob: cfe8bea5eb57c1f52e31ecb4326c07127091d10b (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) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

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

service_DATA = kopete_behaviorconfig.desktop
servicedir = $(kde_servicesdir)

# vim: set noet: