]> git.pld-linux.org Git - packages/ORBit2.git/blob - ORBit2-am15.patch
- fixes for automake 1.5.
[packages/ORBit2.git] / ORBit2-am15.patch
1 --- ORBit2-2.3.104/src/orb/dynamic/Makefile.am~ Wed Feb  6 06:14:58 2002
2 +++ ORBit2-2.3.104/src/orb/dynamic/Makefile.am  Wed Feb  6 06:14:58 2002
3 @@ -15,8 +15,6 @@
4         $(ORBIT_DEBUG_CFLAGS)                           \
5         $(ORBIT_CFLAGS)
6  
7 -DYNAMIC_IDLOUT=dynamic-defs-common.c
8 -
9  IDL_FLAGS= -I$(top_srcdir)/src/idl/CORBA_PIDL                  \
10         --define=Object=OObject --define=TypeCode=TTypeCode     \
11         -I$(top_srcdir)/src/idl/CORBA                           \
12 --- ORBit2-2.3.104/src/orb/orb-core/Makefile.am~        Wed Feb  6 06:24:16 2002
13 +++ ORBit2-2.3.104/src/orb/orb-core/Makefile.am Wed Feb  6 06:24:16 2002
14 @@ -49,7 +49,6 @@
15  IFACE_IDLOUT=orbit-interface-common.c
16  
17  $(liborb_core_la_OBJECTS) : $(BUILT_SOURCES)
18 -IDL_COMPILER = $(top_builddir)/src/idl-compiler/orbit-idl-2
19  
20  IDL_FLAGS = -I$(top_srcdir)/src/idl/CORBA_PIDL                 \
21         -I$(top_srcdir)/src/idl/CORBA                           \
22 --- ORBit2-2.3.104/Makefile.am~ Wed Feb  6 06:25:12 2002
23 +++ ORBit2-2.3.104/Makefile.am  Wed Feb  6 06:25:12 2002
24 @@ -8,7 +8,8 @@
25         ORBit2.m4              \
26         ORBit.spec             \
27         HACKING                \
28 -       MAINTAINERS
29 +       MAINTAINERS            \
30 +       Makefile.shared
31  
32  rpms: distcheck
33         rpm -ta $(top_builddir)/@PACKAGE@-@VERSION@.tar.gz
This page took 0.030325 seconds and 3 git commands to generate.