Re: bonobo 0.12 build problem with oaf 0.3.0



"Andrew S. Howell" <andy@tibcofinance.com> writes:

> Hello,
> 
> 	Building bonobo 0.12 with OAF 0.3.0 fails because
> 	bonobo-object-directory-oaf.c is missing.
> 

This was a Makefile but, it failed to ensure distribution of bothe
object directory implementations. Fixed in CVS (see patch
below). Miguel, wanna spin another brown paper bag release?


Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/bonobo/ChangeLog,v
retrieving revision 1.379
diff -u -r1.379 ChangeLog
--- ChangeLog   2000/05/11 01:38:33     1.379
+++ ChangeLog   2000/05/11 06:17:18
@@ -1,3 +1,8 @@
+2000-05-10  Maciej Stachowiak  <mjs@eazel.com>
+
+       * bonobo/Makefile.am: Make sure both object directory
+       implementations are always distributed.
+
 2000-05-10  John Sullivan  <sullivan@eazel.com>
 
        Fixed and improved path-building routines, one of which wasn't
Index: bonobo/Makefile.am
===================================================================
RCS file: /cvs/gnome/bonobo/bonobo/Makefile.am,v
retrieving revision 1.89
diff -u -r1.89 Makefile.am
--- bonobo/Makefile.am  2000/05/10 03:25:18     1.89
+++ bonobo/Makefile.am  2000/05/11 06:17:19
@@ -192,4 +192,4 @@
 
 CLEANFILES += $(BUILT_SOURCES)
 
-EXTRA_DIST = bonobo-insert-component.xpm
+EXTRA_DIST = bonobo-insert-component.xpm bonobo-object-directory-oaf.c bonobo-object-directory-goad.c





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