bonobo-activation makefile patch



hi,

i needed this patch because automake (1.4p5) doesn't know how to handle
dependencies of generated files.

jacob
-- 
Index: bonobo-activation/Makefile.am
===================================================================
RCS file: /cvs/gnome/bonobo-activation/bonobo-activation/Makefile.am,v
retrieving revision 1.36
diff -u -r1.36 Makefile.am
--- bonobo-activation/bonobo-activation/Makefile.am	2001/09/04 01:43:37	1.36
+++ bonobo-activation/bonobo-activation/Makefile.am	2001/10/03 22:40:40
@@ -2,6 +2,8 @@
 
 lib_LTLIBRARIES=libbonobo-activation.la
 
+$(libbonobo_activation_la_OBJECTS): $(BUILT_SOURCES)
+
 INCLUDES=					\
 	-I$(top_srcdir)				\
 	-I$(top_builddir)			\
@@ -70,7 +72,6 @@
 
 BUILT_SOURCES= $(IDL_HEADER_FILES) $(IDL_COMMONS) $(IDL_SKELS) $(IDL_STUBS) \
 	$(NULL)
-
 
 %.h %-stubs.c %-skels.c %-common.c %-imodule.c %-skelimpl.c: $(IDL_DIR)%.idl $(ORBIT_IDL)
 	echo "top_srcdir: $(top_srcdir)"


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