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




                                                 

 

                                                                                 


                                 

                             
AM_CPPFLAGS =                       \
    -DG_LOG_DOMAIN=\"eab-contact-merging\"      \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/widgets             \
    -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)

-include $(top_srcdir)/git.mk