[gconf] build: Ensure that generated CORBA files are deleted when disting
- From: Rob Bradford <rbradford src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gconf] build: Ensure that generated CORBA files are deleted when disting
- Date: Sun, 14 Aug 2011 15:53:16 +0000 (UTC)
commit 3385287b5e8566e9a7107410348592571db6440c
Author: Rob Bradford <rob linux intel com>
Date: Sun Aug 14 15:56:34 2011 +0100
build: 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.
gconf/Makefile.am | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index d6ff2dc..297d6ec 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -40,10 +40,8 @@ CORBA_SOURCECODE = GConfX-common.c GConfX-skels.c GConfX-stubs.c GConfX.h
BUILT_SOURCES = \
gconfmarshal.h \
- gconfmarshal.c
-if HAVE_CORBA
-BUILT_SOURCES += $(CORBA_SOURCECODE)
-endif
+ gconfmarshal.c \
+ $(CORBA_SOURCECODE)
$(libgconf_2_la_OBJECTS) $(gconftool_2_OBJECTS) $(gconfd_2_OBJECTS): $(built_sourcecode)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]