diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-07 11:34:58 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-07 11:34:58 +0800 |
commit | bcd74986f4ba7f31182a292cce56ce344210e776 (patch) | |
tree | 26f75596bbff4e2ecce1a8df4809a3103773673d /addressbook/gui/widgets/Makefile.am | |
parent | e8054ecaced5185c6c5a921cc678330590b52a3f (diff) | |
download | gsoc2013-evolution-bcd74986f4ba7f31182a292cce56ce344210e776.tar.gz 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.am | 1 |
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 \ |