aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-07 11:34:58 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-07 11:34:58 +0800
commitbcd74986f4ba7f31182a292cce56ce344210e776 (patch)
tree26f75596bbff4e2ecce1a8df4809a3103773673d /addressbook/gui/widgets/Makefile.am
parente8054ecaced5185c6c5a921cc678330590b52a3f (diff)
downloadgsoc2013-evolution-bcd74986f4ba7f31182a292cce56ce344210e776.tar
gsoc2013-evolution-bcd74986f4ba7f31182a292cce56ce344210e776.tar.gz
gsoc2013-evolution-bcd74986f4ba7f31182a292cce56ce344210e776.tar.bz2
gsoc2013-evolution-bcd74986f4ba7f31182a292cce56ce344210e776.tar.lz
gsoc2013-evolution-bcd74986f4ba7f31182a292cce56ce344210e776.tar.xz
gsoc2013-evolution-bcd74986f4ba7f31182a292cce56ce344210e776.tar.zst
gsoc2013-evolution-bcd74986f4ba7f31182a292cce56ce344210e776.zip
Added -DEVOLUTION_DATADIR=\""$(datadir)"\".
2001-02-06 Christopher James Lahey <clahey@ximian.com> * gui/widgets/Makefile.am (INCLUDES): Added -DEVOLUTION_DATADIR=\""$(datadir)"\". * gui/widgets/e-addressbook-view.c (e_addressbook_view_setup_menus): Changed the local and system directories. svn path=/trunk/; revision=8044
Diffstat (limited to 'addressbook/gui/widgets/Makefile.am')
-rw-r--r--addressbook/gui/widgets/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am
index 9b5166eaf0..0f9a07438e 100644
--- a/addressbook/gui/widgets/Makefile.am
+++ b/addressbook/gui/widgets/Makefile.am
@@ -1,6 +1,7 @@
INCLUDES = \
-DG_LOG_DOMAIN=\"e-minicard\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
+ -DEVOLUTION_DATADIR=\""$(datadir)"\" \
-I$(top_srcdir) \
-I$(top_srcdir)/addressbook/backend/ebook \
-I$(top_srcdir)/addressbook/contact-editor \