[evolution-patches] Fix select-names dialog build



Here's a patch to add a missing define to fix the select-names build.

-- dobey

? backend/ebook/Evolution-Composer-common.c
? backend/ebook/Evolution-Composer-skels.c
? backend/ebook/Evolution-Composer-stubs.c
? backend/ebook/Evolution-Composer.h
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1384
diff -u -r1.1384 ChangeLog
--- ChangeLog	18 Apr 2003 17:44:12 -0000	1.1384
+++ ChangeLog	18 Apr 2003 21:17:36 -0000
@@ -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:
Index: gui/component/select-names/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/select-names/Makefile.am,v
retrieving revision 1.40
diff -u -r1.40 Makefile.am
--- gui/component/select-names/Makefile.am	3 Apr 2003 08:20:00 -0000	1.40
+++ gui/component/select-names/Makefile.am	18 Apr 2003 21:17:36 -0000
@@ -42,6 +42,7 @@
 	-DEVOLUTION_GLADEDIR=\""$(gladedir)"\"		\
 	-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\"	\
 	-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\"	\
+	-DPREFIX=\""$(prefix)"\"	\
 	-DG_DISABLE_DEPRECATED				\
 	-DGTK_DISABLE_DEPRECATED			\
 	-DLIBGNOME_DISABLE_DEPRECATED			\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]