aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/Makefile.am
blob: c899d751f4364cd3e22e749e1803af649af488d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDES =                      \
    -DG_LOG_DOMAIN=\"eab-contact-merging\"      \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/addressbook         \
    $(EVOLUTION_ADDRESSBOOK_CFLAGS)

noinst_LTLIBRARIES =                \
    libeabbookmerging.la

libeabbookmerging_la_SOURCES =          \
    eab-contact-compare.c           \
    eab-contact-compare.h           \
    eab-contact-merging.c           \
    eab-contact-merging.h


glade_DATA = eab-contact-duplicate-detected.glade               \
         eab-contact-commit-duplicate-detected.glade

EXTRA_DIST =            \
     $(glade_DATA)