aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/Makefile.am
blob: 32d553185927dd2d7f935a450632f5c1e9985cd5 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
if OS_WIN32
WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-addressbook.la
endif

INCLUDES =                      \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/widgets             \
    -I$(top_srcdir)/addressbook/            \
    -I$(top_srcdir)/addressbook/gui/merging     \
    -I$(top_srcdir)/widgets/table           \
    -I$(top_builddir)/shell             \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"    \
    -DG_LOG_DOMAIN=\"contact-editor\"       \
    $(EVOLUTION_ADDRESSBOOK_CFLAGS)

privsolib_LTLIBRARIES =             \
    libecontacteditor.la

libecontacteditor_la_SOURCES =          \
    eab-editor.c                \
    eab-editor.h                \
    e-contact-editor-im.c           \
    e-contact-editor-im.h           \
    e-contact-editor-address.c      \
    e-contact-editor-address.h      \
    e-contact-editor-fullname.c     \
    e-contact-editor-fullname.h     \
    e-contact-editor.c          \
    e-contact-editor.h          \
    e-contact-quick-add.c           \
    e-contact-quick-add.h

libecontacteditor_la_LDFLAGS = $(NO_UNDEFINED)

libecontacteditor_la_LIBADD =               \
    $(WIN32_BOOTSTRAP_LIBS)             \
    $(top_builddir)/widgets/misc/libemiscwidgets.la \
    $(top_builddir)/e-util/libeutil.la      \
    $(EVOLUTION_ADDRESSBOOK_LIBS)

glade_DATA =                \
    im.glade            \
    contact-editor.glade        \
    fulladdr.glade          \
    fullname.glade

EXTRA_DIST= $(glade_DATA)