aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
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/gui/contact-editor
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/gui/contact-editor')
-rw-r--r--addressbook/gui/contact-editor/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \