patch for libbonobo



Hi!

I just applied this patch, after Michael's approval, to libbonobo. This
time, I removed the server.in file from the patch to avoid confusion :-)

cheers
-- 
Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
http://www.gnome-db.org/ - http://www.ximian.com/
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libbonobo/ChangeLog,v
retrieving revision 1.252
diff -u -r1.252 ChangeLog
--- ChangeLog	2001/12/07 17:29:40	1.252
+++ ChangeLog	2001/12/07 20:11:03
@@ -1,3 +1,9 @@
+2001-12-07  Rodrigo Moya <rodrigo gnome-db org>
+
+	* samples/echo/Makefile.am:
+	* samples/echo/Bonobo_Sample_Echo.server.in.in: install components
+	in $(prefix)/lib/bonobo-2.0/samples
+
 2001-12-08  Abel Cheung  <maddog linux org hk>
 
 	* configure.in: Fix typo in GETTEXT_PACKAGE.
Index: samples/echo/Bonobo_Sample_Echo.server.in.in
===================================================================
RCS file: /cvs/gnome/libbonobo/samples/echo/Bonobo_Sample_Echo.server.in.in,v
retrieving revision 1.3
diff -u -r1.3 Bonobo_Sample_Echo.server.in.in
--- samples/echo/Bonobo_Sample_Echo.server.in.in	2001/10/05 11:09:19	1.3
+++ samples/echo/Bonobo_Sample_Echo.server.in.in	2001/12/07 20:11:03
@@ -1,7 +1,7 @@
 <oaf_info>
 
 <oaf_server iid="OAFIID:Bonobo_Sample_Echo_Factory" type="exe" 
-	location="bonobo-echo-2">
+	location="@prefix@/lib/bonobo-2.0/samples/bonobo-echo-2">
 	<oaf_attribute name="repo_ids" type="stringv">
 		<item value="IDL:GNOME/ObjectFactory:1.0"/>
 	</oaf_attribute>
Index: samples/echo/Makefile.am
===================================================================
RCS file: /cvs/gnome/libbonobo/samples/echo/Makefile.am,v
retrieving revision 1.20
diff -u -r1.20 Makefile.am
--- samples/echo/Makefile.am	2001/10/29 17:17:28	1.20
+++ samples/echo/Makefile.am	2001/12/07 20:11:03
@@ -2,7 +2,13 @@
 # Makefile for the sample Echo server/client Bonobo components.
 #
 
-bin_PROGRAMS     = bonobo-echo-2 echo-client-2
+Bonobo_Sample_Echo.server.in: Bonobo_Sample_Echo.server.in.in
+	sed -e "s|\ prefix\@|$(prefix)|" $< > $@
+
+samplesdir = $(prefix)/lib/bonobo-2.0/samples
+samples_PROGRAMS = bonobo-echo-2
+
+bin_PROGRAMS     = echo-client-2
 noinst_LIBRARIES = libEcho.a
 
 bonobo_echo_2_SOURCES =		\


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