blob: 3cd76e27106ef6a0d3fc27f6daad9c88eb812b8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
INCLUDES = -I$(top_srcdir)/protocols/groupwise/libgroupwise \
-I$(top_srcdir)/kopete/protocols/groupwise/libgroupwise -I$(top_srcdir)/kopete/protocols/groupwise/libgroupwise/qca/src
METASOURCES = AUTO
noinst_LTLIBRARIES = libkopetegroupwiseui.la
AM_CPPFLAGS = $(KOPETE_INCLUDES) \
-I$(srcdir)/..\
-I$(srcdir)/../libgroupwise \
$(all_includes)
libkopetegroupwiseui_la_LDFLAGS = $(all_libraries)
libkopetegroupwiseui_la_SOURCES = gwaccountpreferences.ui gwaddcontactpage.cpp \
gwaddui.ui gweditaccountwidget.cpp gwreceiveinvitationdialog.cpp \
gwshowinvitation.ui gwcontactpropswidget.ui gwcontactproperties.cpp gwprivacy.ui \
gwprivacydialog.cpp gwsearch.cpp gwcustomstatuswidget.ui gwcustomstatusedit.ui \
gwcontactsearch.ui gwchatsearchwidget.ui gwchatsearchdialog.cpp gwchatpropswidget.ui \
gwchatpropsdialog.cpp
noinst_HEADERS = gwreceiveinvitationdialog.h gwcontactproperties.h \
gwprivacydialog.h gwsearch.h gwchatsearchdialog.h gwchatpropsdialog.h
|