aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/Makefile.am
blob: 1164f2c5940f73eac62329fab2e7b28d19aa45e2 (plain) (blame)
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
29
30
INCLUDES =                  \
    $(BONOBO_GNOME_CFLAGS)          \
    $(EXTRA_GNOME_CFLAGS)           \
    -I$(top_srcdir)             \
    -I$(top_srcdir)/addressbook/        \
    -I$(top_srcdir)/addressbook/backend \
    -I$(top_srcdir)/addressbook/gui/merging \
    -I$(top_srcdir)/addressbook/gui/contact-editor  \
    -I$(top_builddir)/shell         \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"  \
    -DDATADIR=\""$(datadir)"\"      \
    -DEVOLUTION_DATADIR=\""$(datadir)"\"    \
    -DEVOLUTIONDIR=\""$(evolutiondir)"\"    \
    -DG_LOG_DOMAIN=\"contact-list-editor\"

noinst_LIBRARIES =              \
    libecontactlisteditor.a

libecontactlisteditor_a_SOURCES =       \
    e-contact-list-editor.c         \
    e-contact-list-editor.h         \
    e-contact-list-model.c          \
    e-contact-list-model.h

gladedir   = $(datadir)/evolution/glade

glade_DATA =                    \
    contact-list-editor.glade

EXTRA_DIST = $(glade_DATA)