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

AM_CPPFLAGS = $(KOPETE_INCLUDES) $(XMMS_INCLUDES) $(all_includes)

kde_module_LTLIBRARIES = kopete_nowlistening.la kcm_kopete_nowlistening.la

kopete_nowlistening_la_SOURCES = nowlisteningconfig.kcfgc nowlisteningplugin.cpp nlkscd.cpp nlnoatun.cpp nlxmms.cpp nowlisteningguiclient.cpp nljuk.cpp nlamarok.cpp nlkaffeine.cpp
kopete_nowlistening_la_LDFLAGS     = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kopete_nowlistening_la_LIBADD      = ../../libkopete/libkopete.la

kcm_kopete_nowlistening_la_SOURCES = nowlisteningprefs.ui nowlisteningpreferences.cpp nowlisteningconfig.kcfgc
kcm_kopete_nowlistening_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kcm_kopete_nowlistening_la_LIBADD  = $(LIB_KOPETECOMPAT) $(LIB_TDEUTILS)

service_DATA = kopete_nowlistening.desktop
servicedir = $(kde_servicesdir)

kcm_DATA = kopete_nowlistening_config.desktop
kcmdir = $(kde_servicesdir)/tdeconfiguredialog

kde_kcfg_DATA = nowlisteningconfig.kcfg

mydatadir = $(kde_datadir)/kopete
mydata_DATA = nowlisteningui.rc nowlisteningchatui.rc
noinst_HEADERS =  nlkaffeine.h