aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/Makefile.am
blob: 27d3b202e982717af9a77957aebfbef86140e96a (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
INCLUDES =                      \
    -DG_LOG_DOMAIN=\"e-card-gui\"           \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -DEVOLUTION_DATADIR=\""$(datadir)"\"        \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/addressbook/backend     \
    -I$(top_builddir)/addressbook/backend       \
    -DG_DISABLE_DEPRECATED              \
    -DGTK_DISABLE_DEPRECATED            \
    -DLIBGNOME_DISABLE_DEPRECATED           \
    -DLIBGNOMEUI_DISABLE_DEPRECATED         \
    $(EVOLUTION_ADDRESSBOOK_CFLAGS)

noinst_LIBRARIES =              \
    libecardmerging.a

libecardmerging_a_SOURCES =         \
    e-card-merging.c            \
    e-card-merging.h


gladedir   = $(datadir)/evolution/glade
glade_DATA =    e-card-duplicate-detected.glade \
        e-card-merging-book-commit-duplicate-detected.glade

EXTRA_DIST =            \
     $(glade_DATA)