aboutsummaryrefslogblamecommitdiffstats
path: root/addressbook/gui/merging/Makefile.am
blob: 319c1221fc2a7376319c9ba2c1bbc27100e6c009 (plain) (tree)
1
2
3
4
5
6
7
8



                                                         
                                                         
                                                         
                                                         
                                                         


                                                         
 




                                                 
 


                                                 
 
                       

                             
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