blob: 4a8c23e369586b9108164630d9dddf8e57f3af14 (
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) -lkdefx
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:
|