[evolution-patches] Generated files fix (bug #44717)



The attached patch fixes wombat skel/stubs not recognized as generated
source files. They were shipped in 1.4.0 tarball and are causing some
problems when building with ORBit2 2.7.2. (bug #44717)

The attached patch fixes the problem.

Can I commit on CVS (with adequate ChangeLog,  of course) ?


-- 
Frederic Crozat <fcrozat mandrakesoft com>
Mandrakesoft
--- evolution-1.4.0/shell/Makefile.am.orig	2003-05-19 00:12:20.000000000 +0200
+++ evolution-1.4.0/shell/Makefile.am	2003-06-13 14:19:17.000000000 +0200
@@ -377,7 +377,7 @@
 
 endif
 
-BUILT_SOURCES = $(IDL_GENERATED) $(SELECT_NAMES_IDL_GENERATED) $(MARSHAL_GENERATED)
+BUILT_SOURCES = $(IDL_GENERATED) $(SELECT_NAMES_IDL_GENERATED) $(MARSHAL_GENERATED) $(WOMBAT_IDL_GENERATED)
 CLEANFILES = $(BUILT_SOURCES)
 
 dist-hook:


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