diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-04-19 05:53:15 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-04-19 05:53:15 +0800 |
commit | d68227cb50fd2dba42dbba0c843220f5dfc434f2 (patch) | |
tree | a5fd3cec2a4717af5e140375a57d009780d588a4 /addressbook | |
parent | 474763899f9fa6226f793c20ad1a11f55a1681ee (diff) | |
download | gsoc2013-evolution-d68227cb50fd2dba42dbba0c843220f5dfc434f2.tar gsoc2013-evolution-d68227cb50fd2dba42dbba0c843220f5dfc434f2.tar.gz gsoc2013-evolution-d68227cb50fd2dba42dbba0c843220f5dfc434f2.tar.bz2 gsoc2013-evolution-d68227cb50fd2dba42dbba0c843220f5dfc434f2.tar.lz gsoc2013-evolution-d68227cb50fd2dba42dbba0c843220f5dfc434f2.tar.xz gsoc2013-evolution-d68227cb50fd2dba42dbba0c843220f5dfc434f2.tar.zst gsoc2013-evolution-d68227cb50fd2dba42dbba0c843220f5dfc434f2.zip |
Add missing -DPREFIX
2003-04-18 Rodney Dawes <dobey@ximian.com>
* gui/component/select-names/Makefile.am: Add missing -DPREFIX
svn path=/trunk/; revision=20893
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 4 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 54e2794f55..fda34513c9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,9 @@ 2003-04-18 Rodney Dawes <dobey@ximian.com> + * gui/component/select-names/Makefile.am: Add missing -DPREFIX + +2003-04-18 Rodney Dawes <dobey@ximian.com> + [ fixes #21499 ] * gui/component/Makefile.am: * gui/component/addressbook.c: diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index a8ed133103..8c65110fb1 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -42,6 +42,7 @@ INCLUDES = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \ + -DPREFIX=\""$(prefix)"\" \ -DG_DISABLE_DEPRECATED \ -DGTK_DISABLE_DEPRECATED \ -DLIBGNOME_DISABLE_DEPRECATED \ |