summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/highlight/Makefile.am
blob: f8ca5f880ae39ac90f757367caaff574bae2e1bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
METASOURCES = AUTO

SUBDIRS = icons

AM_CPPFLAGS = $(KOPETE_INCLUDES) $(all_includes)

kde_module_LTLIBRARIES = kopete_highlight.la kcm_kopete_highlight.la

kopete_highlight_la_SOURCES = highlightplugin.cpp highlightconfig.cpp filter.cpp
kopete_highlight_la_LDFLAGS     = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kopete_highlight_la_LIBADD      = ../../libkopete/libkopete.la

kcm_kopete_highlight_la_SOURCES = highlightprefsbase.ui highlightpreferences.cpp filter.cpp highlightconfig.cpp
kcm_kopete_highlight_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kcm_kopete_highlight_la_LIBADD  = $(LIB_KOPETECOMPAT) $(LIB_KUTILS)

service_DATA = kopete_highlight.desktop
servicedir = $(kde_servicesdir)

kcm_DATA = kopete_highlight_config.desktop
kcmdir = $(kde_servicesdir)/kconfiguredialog