summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/Makefile.am
blob: 9061eb865ca538ae70755c3260e5b9e17ef6e9a3 (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
26
27
28
METASOURCES = AUTO

AM_CPPFLAGS = $(KOPETE_INCLUDES) \
	-I$(top_srcdir)/kopete/libkopete/private \
	-I$(top_srcdir)/kopete/libkopete/ui \
	-I$(top_srcdir)/kopete/kopete \
	-I$(top_srcdir)/kopete/kopete/chatwindow \
	-I$(top_srcdir)/kopete/kopete/addcontactwizard \
	-I$(top_builddir)/kopete/kopete/addcontactwizard \
	$(all_includes)

noinst_LTLIBRARIES = libkopetecontactlist.la

libkopetecontactlist_la_SOURCES = kopetemetacontactlvi.cpp \
	kopetestatusgroupviewitem.cpp kopetegroupviewitem.cpp kopetecontactlistview.cpp \
	kopetegvipropswidget.ui kopetemetalvipropswidget.ui kopetelviprops.cpp \
	kopeteaddrbookexport.cpp kopeteaddrbookexportui.ui customnotifications.ui \
	customnotificationprops.cpp kopetegrouplistaction.cpp kabcexport.cpp \
	kabcexport_base.ui 

libkopetecontactlist_la_LDFLAGS = $(all_libraries) -ltdefx
libkopetecontactlist_la_LIBADD = -lkabc ../../libkopete/libkopete.la ../addcontactwizard/libkopeteaddcontactwizard.la $(LIB_KDEUI) $(LIB_XRENDER)

noinst_HEADERS = kopeteaddrbookexport.h customnotificationprops.h kabcexport.h 

KDE_OPTIONS = nofinal

# vim: set noet: