patch to compile bonobo-idl



Hello!

I know bonobo-idl is disabled by default in bonobo/configure.in and
bonobo/Makefile.am ( at least in CVS, in tarballs is not even included! =)
).

But the attached patch to bonobo/bonobo-idl/Makefile.am is necessary to
make it compile when is enabled.



	Saludos!
	Greetings!

-- 
Name:  Arturo Tena
email: arturo directmail org
ICQ:   63292893
Index: bonobo-idl/Makefile.am
===================================================================
RCS file: /cvs/gnome/bonobo/bonobo-idl/Makefile.am,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile.am
--- bonobo-idl/Makefile.am	2000/07/25 00:23:01	1.3
+++ bonobo-idl/Makefile.am	2000/12/27 16:22:45
@@ -1,5 +1,6 @@
 
-bonobo_idl_libs = `gnome-config --libs --cflags gnome libIDL`
+CFLAGS = `gnome-config --cflags gnome libIDL`
+bonobo_idl_libs = `gnome-config --libs gnome libIDL`
 
 bin_PROGRAMS = bonobo-idl
 


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