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/gui/component | |
parent | 474763899f9fa6226f793c20ad1a11f55a1681ee (diff) | |
download | gsoc2013-evolution-d68227cb50fd2dba42dbba0c843220f5dfc434f2.tar.gz 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/gui/component')
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |