summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2011-08-14 15:56:34 +0100
committerRob Bradford <rob@linux.intel.com>2011-08-14 16:19:40 +0100
commit3385287b5e8566e9a7107410348592571db6440c (patch)
tree3573db6e07478e1fa1abad2995b37e2bc7baeb9a
parentdd3929019700ae3e4ee1175f198b7a32c073a629 (diff)
downloadgconf-3385287b5e8566e9a7107410348592571db6440c.tar.gz
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.
-rw-r--r--gconf/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index d6ff2dca..297d6ec5 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)