summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/avdevice/Makefile.am
blob: 282fe492851d9cb65f4992159926c52c4d98c4a8 (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
METASOURCES = AUTO
AM_CPPFLAGS = $(KOPETE_INCLUDES) \
	-I$(top_srcdir)/kopete/libkopete/avdevice \
	-I$(top_srcdir)/kopete/libkopete/private $(KOPETE_COMPAT_INCLUDES) $(all_includes)

kde_module_LTLIBRARIES = kcm_kopete_avdeviceconfig.la

kcm_kopete_avdeviceconfig_la_SOURCES = avdeviceconfig.cpp \
	avdeviceconfig_videoconfig.ui

kcm_kopete_avdeviceconfig_la_LDFLAGS = -no-undefined -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor

kcm_kopete_avdeviceconfig_la_LIBADD  = ../../../libkopete/libkopete.la \
	../../../libkopete/avdevice/libkopete_videodevice.la \
	$(LIB_KOPETECOMPAT) $(LIB_TDEUTILS)

service_DATA = kopete_avdeviceconfig.desktop
servicedir = $(kde_servicesdir)

kopeteicondir = $(kde_datadir)/kopete/icons
kopeteicon_ICON = AUTO

# vim: set noet:
noinst_HEADERS = avdeviceconfig_videoconfig.h