[gconf] build: Correctly ensure that generated CORBA files are deleted when disting



commit 752cd58087941e9cdc8d620b4b46993f25501c60
Author: Rob Bradford <rob linux intel com>
Date:   Mon Aug 15 12:19:46 2011 +0100

    build: Correctly ensure that generated CORBA files are deleted when disting
    
    Otherwise if you have build with ORBIT and then do a dist (which uses D-BUS)
    then you get the CORBA generated files inside your D-BUS tarball.
    
    The previous attempt at this fix caused a FTBFS when you didn't have ORBIT
    headers.

 gconf/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index e872979..2b975fb 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -48,7 +48,7 @@ endif
 
 $(libgconf_2_la_OBJECTS) $(gconftool_2_OBJECTS) $(gconfd_2_OBJECTS): $(built_sourcecode)
 
-CLEANFILES = $(BUILT_SOURCES) $(service_DATA)
+CLEANFILES = $(BUILT_SOURCES) $(service_DATA) $(CORBA_SOURCECODE)
 
 DISTCLEANFILES = default.path
 



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