aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-02-20 02:13:20 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-02-20 02:13:20 +0800
commitda47a92f83c97aba001150736c375be3111e5b8b (patch)
treeb5cd2384dc9862e8501127d57890473e1d24fae3 /addressbook
parentae0e77043f531c7a85cb0b4466fdbb9c25a62a6e (diff)
downloadgsoc2013-evolution-da47a92f83c97aba001150736c375be3111e5b8b.tar
gsoc2013-evolution-da47a92f83c97aba001150736c375be3111e5b8b.tar.gz
gsoc2013-evolution-da47a92f83c97aba001150736c375be3111e5b8b.tar.bz2
gsoc2013-evolution-da47a92f83c97aba001150736c375be3111e5b8b.tar.lz
gsoc2013-evolution-da47a92f83c97aba001150736c375be3111e5b8b.tar.xz
gsoc2013-evolution-da47a92f83c97aba001150736c375be3111e5b8b.tar.zst
gsoc2013-evolution-da47a92f83c97aba001150736c375be3111e5b8b.zip
(INCLUDES): Use $(evolutionuidir)
instead of $(evolution_uidir). [Pointed out by Grzegorz Goawski.] svn path=/trunk/; revision=19946
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/contact-editor/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index fd7acbc72c..f00df91bb7 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-19 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/contact-editor/Makefile.am (INCLUDES): Use $(evolutionuidir)
+ instead of $(evolution_uidir). [Pointed out by Grzegorz Goawski.]
+
2003-02-17 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-completion.c
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am
index c7f7acac71..01ec18265a 100644
--- a/addressbook/gui/contact-editor/Makefile.am
+++ b/addressbook/gui/contact-editor/Makefile.am
@@ -9,7 +9,7 @@ INCLUDES = \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \
- -DEVOLUTION_UIDIR=\""$(evolution_uidir)\"" \
+ -DEVOLUTION_UIDIR=\""$(evolutionuidir)\"" \
-DG_LOG_DOMAIN=\"contact-editor\" \
-DG_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \