]> git.pld-linux.org Git - packages/ORBit2.git/blob - ORBit2-am.patch
- removed static module and *.la (not included in base in supplied spec)
[packages/ORBit2.git] / ORBit2-am.patch
1 diff -urN ORBit2-2.7.1.orig/src/orb/dynamic/Makefile.am ORBit2-2.7.1/src/orb/dynamic/Makefile.am
2 --- ORBit2-2.7.1.orig/src/orb/dynamic/Makefile.am       Sat May  3 12:14:43 2003
3 +++ ORBit2-2.7.1/src/orb/dynamic/Makefile.am    Sat May  3 12:15:24 2003
4 @@ -16,8 +16,6 @@
5         $(DISABLE_DEPRECATED_CFLAGS)                    \
6         $(ORBIT_CFLAGS)
7  
8 -DYNAMIC_IDLOUT=dynamic-defs-common.c
9 -
10  IDL_FLAGS= -I$(top_srcdir)/src/idl/CORBA_PIDL                  \
11         --define=Object=OObject --define=TypeCode=TTypeCode     \
12         -I$(top_srcdir)/src/idl/CORBA                           \
13 diff -urN ORBit2-2.7.1.orig/src/orb/orb-core/Makefile.am ORBit2-2.7.1/src/orb/orb-core/Makefile.am
14 --- ORBit2-2.7.1.orig/src/orb/orb-core/Makefile.am      Sat May  3 12:14:43 2003
15 +++ ORBit2-2.7.1/src/orb/orb-core/Makefile.am   Sat May  3 12:24:22 2003
16 @@ -53,7 +53,6 @@
17  IFACE_IDLOUT=orbit-interface-common.c
18  
19  $(liborb_core_la_OBJECTS) : $(BUILT_SOURCES)
20 -IDL_COMPILER = $(top_builddir)/src/idl-compiler/orbit-idl-2
21  
22  IDL_FLAGS = -I$(top_srcdir)/src/idl/CORBA_PIDL                 \
23         -I$(top_srcdir)/src/idl/CORBA                           \
24 diff -urN ORBit2-2.7.1.orig/test/poa/Makefile.am ORBit2-2.7.1/test/poa/Makefile.am
25 --- ORBit2-2.7.1.orig/test/poa/Makefile.am      Sat May  3 12:14:43 2003
26 +++ ORBit2-2.7.1/test/poa/Makefile.am   Sat May  3 12:18:10 2003
27 @@ -15,7 +15,7 @@
28                   poatest-basic10.c \
29                   poatest-basic11.c
30  
31 -#                 poatest-basic05.c \
32 +#                 poatest-basic05.c 
33  
34  TESTS = poatest-basic01 \
35          poatest-basic02 \
This page took 0.05878 seconds and 3 git commands to generate.