aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/search/Makefile.am
blob: 8e0821878161fa341a1af8ec9bb4beb5f1086b63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ruledir = $(prefix)/share/evolution
rule_DATA = addresstypes.xml

INCLUDES =                      \
    -DG_LOG_DOMAIN=\"e-addressbook-search\"     \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/addressbook/backend     \
    -I$(top_builddir)/addressbook/backend       \
    -I$(top_srcdir)/addressbook/contact-editor  \
    -I$(top_srcdir)/widgets/e-text          \
    -I$(top_srcdir)/widgets/misc            \
    -DSEARCH_RULE_DIR=\"$(ruledir)\"        \
    $(BONOBO_GNOME_CFLAGS)

noinst_LIBRARIES =              \
    libeaddressbooksearch.a

libeaddressbooksearch_a_SOURCES =       \
    e-addressbook-search-dialog.c       \
    e-addressbook-search-dialog.h