diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-03 16:20:00 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-03 16:20:00 +0800 |
commit | 64ac859644c6d796cebaf1a2d121049a2b9d29f5 (patch) | |
tree | 0d6f3114ec0afe51195213df784577e2f554159b | |
parent | 8045179fe84e6da2071f4c1ff50da1e2c73c116c (diff) | |
download | gsoc2013-evolution-64ac859644c6d796cebaf1a2d121049a2b9d29f5.tar gsoc2013-evolution-64ac859644c6d796cebaf1a2d121049a2b9d29f5.tar.gz gsoc2013-evolution-64ac859644c6d796cebaf1a2d121049a2b9d29f5.tar.bz2 gsoc2013-evolution-64ac859644c6d796cebaf1a2d121049a2b9d29f5.tar.lz gsoc2013-evolution-64ac859644c6d796cebaf1a2d121049a2b9d29f5.tar.xz gsoc2013-evolution-64ac859644c6d796cebaf1a2d121049a2b9d29f5.tar.zst gsoc2013-evolution-64ac859644c6d796cebaf1a2d121049a2b9d29f5.zip |
add EVOLUTION_IMAGESDIR
2003-04-03 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/Makefile.am (INCLUDES): add
EVOLUTION_IMAGESDIR
svn path=/trunk/; revision=20658
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 90e6639577..f23378cf9e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2003-04-03 Chris Toshok <toshok@ximian.com> + + * gui/component/select-names/Makefile.am (INCLUDES): add + EVOLUTION_IMAGESDIR + 2003-04-02 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names-popup.c: change all diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index 008980612f..a8ed133103 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -37,8 +37,11 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/contact-editor \ -I$(top_srcdir)/addressbook/backend \ -I$(top_builddir)/addressbook/backend \ + -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\" \ + -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ + -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \ -DG_DISABLE_DEPRECATED \ -DGTK_DISABLE_DEPRECATED \ -DLIBGNOME_DISABLE_DEPRECATED \ |