2001-07-02 Peter Williams <peterw@ximian.com> * gui/contact-editor/Makefile.am (INCLUDES): srcdir != builddir compile fix. * gui/contact-list-editor/Makefile.am (INCLUDES): Same. * gui/widgets/Makefile.am (INCLUDES): Same. * gui/search/Makefile.am (INCLUDES): Same. svn path=/trunk/; revision=10680
25 lines
647 B
Makefile
25 lines
647 B
Makefile
ruledir = $(datadir)/evolution
|
|
rule_DATA = addresstypes.xml
|
|
|
|
EXTRA_DIST = 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 \
|
|
-I$(top_builddir)/shell \
|
|
-DSEARCH_RULE_DIR=\"$(ruledir)\" \
|
|
$(BONOBO_GNOME_CFLAGS) \
|
|
$(EXTRA_GNOME_CFLAGS)
|
|
|
|
noinst_LIBRARIES = \
|
|
libeaddressbooksearch.a
|
|
|
|
libeaddressbooksearch_a_SOURCES = \
|
|
e-addressbook-search-dialog.c \
|
|
e-addressbook-search-dialog.h
|