aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/Makefile.am
blob: e10c3ef76562a09a53298cc2b38cd36408b03b44 (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
noinst_LTLIBRARIES = libeabbookmerging.la

libeabbookmerging_la_CPPFLAGS =             \
    $(AM_CPPFLAGS)                  \
    -DG_LOG_DOMAIN=\"eab-contact-merging\"      \
    -DEVOLUTION_UIDIR=\""$(uidir)"\"        \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/widgets             \
    -I$(top_srcdir)/addressbook         \
    $(EVOLUTION_ADDRESSBOOK_CFLAGS)

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

ui_DATA = \
    eab-contact-duplicate-detected.ui   \
    eab-contact-commit-duplicate-detected.ui

EXTRA_DIST = $(ui_DATA)

-include $(top_srcdir)/git.mk