aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-03-27 11:31:19 +0800
committerChris Toshok <toshok@src.gnome.org>2003-03-27 11:31:19 +0800
commitc1c85074dd0171c266c6e12a4247593bb66e54a0 (patch)
tree6efd33713a3e57aa7eee2c47435efcb81beb2a76 /addressbook
parent5113d61994769c71650213c1515182f59fcabcc0 (diff)
downloadgsoc2013-evolution-c1c85074dd0171c266c6e12a4247593bb66e54a0.tar
gsoc2013-evolution-c1c85074dd0171c266c6e12a4247593bb66e54a0.tar.gz
gsoc2013-evolution-c1c85074dd0171c266c6e12a4247593bb66e54a0.tar.bz2
gsoc2013-evolution-c1c85074dd0171c266c6e12a4247593bb66e54a0.tar.lz
gsoc2013-evolution-c1c85074dd0171c266c6e12a4247593bb66e54a0.tar.xz
gsoc2013-evolution-c1c85074dd0171c266c6e12a4247593bb66e54a0.tar.zst
gsoc2013-evolution-c1c85074dd0171c266c6e12a4247593bb66e54a0.zip
$evolution_uidir -> $evolutionuidir
2003-03-26 Chris Toshok <toshok@ximian.com> * gui/contact-list-editor/Makefile.am (INCLUDES): $evolution_uidir -> $evolutionuidir svn path=/trunk/; revision=20538
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/contact-list-editor/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 52e3dc2df3..485ef6bda5 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-26 Chris Toshok <toshok@ximian.com>
+
+ * gui/contact-list-editor/Makefile.am (INCLUDES): $evolution_uidir
+ -> $evolutionuidir
+
2003-03-26 Philip Zhao <philip.zhao@sun.com>
[ fixes bug #39170 ]
diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am
index 32a08533d7..1af8d7a86d 100644
--- a/addressbook/gui/contact-list-editor/Makefile.am
+++ b/addressbook/gui/contact-list-editor/Makefile.am
@@ -10,7 +10,7 @@ INCLUDES = \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \
- -DEVOLUTION_UIDIR=\""$(evolution_uidir)\"" \
+ -DEVOLUTION_UIDIR=\""$(evolutionuidir)\"" \
-DG_LOG_DOMAIN=\"contact-list-editor\" \
-DG_DISABLE_DEPRECATED \
-DGTK_DISABLE_DEPRECATED \