blob: 319c1221fc2a7376319c9ba2c1bbc27100e6c009 (
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
|
noinst_LTLIBRARIES = libeabbookmerging.la
libeabbookmerging_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DG_LOG_DOMAIN=\"eab-contact-merging\" \
-DEVOLUTION_UIDIR=\""$(uidir)"\" \
-I$(top_srcdir) \
-I$(top_srcdir)/addressbook \
$(EVOLUTION_DATA_SERVER_CFLAGS) \
$(GNOME_PLATFORM_CFLAGS) \
$(GTKHTML_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
|