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

                                                         
                                       
 
                                                 
                            
 




                                                 

 

                                                                                 


                                 
INCLUDES =                      \
    -DG_LOG_DOMAIN=\"eab-contact-merging\"      \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/addressbook         \
    -I$(top_srcdir)/addressbook/backend     \
    -I$(top_builddir)/addressbook/backend       \
    $(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)