CORBA_SOURCE patch
- From: Rodrigo Moya <rodrigo gnome-db org>
- To: Michael Meeks <michael ximian com>
- Cc: GNOME Components <gnome-components-list gnome org>
- Subject: CORBA_SOURCE patch
- Date: 03 Aug 2001 23:34:03 +0200
Hi Michael!
Here's a patch that builds the CORBA generated files before the other
sources, since if not, the GNOME 1.x Bonobo.h file is used in a clean
compile
I've also had problems with bonobo-marshal.[ch], and I had to manually
run 'make bonobo-marshal.[ch]' to have the files created before
compiling.
is it ok to commit?
--
Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
http://www.gnome-db.org/ - http://www.ximian.com/
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/libbonobo/bonobo/Makefile.am,v
retrieving revision 1.44
diff -u -r1.44 Makefile.am
--- Makefile.am 2001/08/02 23:29:07 1.44
+++ Makefile.am 2001/08/03 21:26:17
@@ -137,9 +137,9 @@
bonobo-types.c
libbonobo_2_la_SOURCES = \
+ $(CORBA_SOURCE) \
$(libbonoboinclude_HEADERS) \
- $(libbonobo_src) \
- $(CORBA_SOURCE)
+ $(libbonobo_src)
Bonobo_module_la_SOURCES = \
Bonobo-imodule.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]