dist on clean checkout
- From: jacob berkman <jacob ximian com>
- To: orbit-list gnome org
- Cc: Michael Meeks <michael ximian com>
- Subject: dist on clean checkout
- Date: 11 Oct 2001 11:53:26 -0400
hi,
this patch is required to dist ORBit2 from a clean cvs checkout. i
don't know if a different automake (i used 1.4p5) gets around this
problem.
jacob
--
Index: src/orb/orb-core/Makefile.am
===================================================================
RCS file: /cvs/gnome/ORBit2/src/orb/orb-core/Makefile.am,v
retrieving revision 1.36
diff -u -r1.36 Makefile.am
--- ORBit2/src/orb/orb-core/Makefile.am 2001/09/24 16:30:20 1.36
+++ ORBit2/src/orb/orb-core/Makefile.am 2001/10/03 21:41:43
@@ -37,10 +37,7 @@
orbit-debug.h
liborb_core_la_SOURCES= \
- $(DEFS_IDLOUT) \
- $(IDLOUT) \
- $(OPS_IDLOUT) \
- $(IFACE_IDLOUT) \
+ $(BUILT_SOURCES) \
$(main_src)
IDLOUT=corba-defs-common.c
@@ -80,3 +77,11 @@
BUILT_SOURCES= $(IFACE_IDLOUT) $(IDLOUT) $(DEFS_IDLOUT) $(OPS_IDLOUT)
CLEANFILES=$(BUILT_SOURCES)
EXTRA_DIST=$(IDL_FILES)
+
+$(IDL_COMPILER): update-orbitidl
+ @true
+
+update-orbitidl:
+ @cd $(top_builddir)/src/idl-compiler && $(MAKE) $(AM_MAKEFLAGS)
+
+.PHONY: update-orbitidl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]