]> git.pld-linux.org Git - packages/ORBit2.git/blame - ORBit2-ac_fix.patch
- fixed %%files (no need 755 for *.la)
[packages/ORBit2.git] / ORBit2-ac_fix.patch
CommitLineData
ceb3aff0 1diff -Nur ORBit2-2.4.1/test/everything/Makefile.am ORBit2-2.4.1.new/test/everything/Makefile.am
2--- ORBit2-2.4.1/test/everything/Makefile.am Thu Jun 13 14:49:55 2002
3+++ ORBit2-2.4.1.new/test/everything/Makefile.am Thu Aug 15 00:47:34 2002
4@@ -33,7 +33,7 @@
023a57d4 5 client_SOURCES=${EVERYTHING_BUILT} client.c everything.idl constants.h
ceb3aff0 6 client_DEPENDENCIES=${EVERYTHING_BUILT} $(included_src)
023a57d4
PG
7 client_LDADD = $(LDADD)
8-client_LDFLAGS = -static -module
9+client_LDFLAGS = -dynamic -module
10
11 included_src = \
12 anyServer.c \
ceb3aff0 13@@ -56,7 +56,7 @@
14 Everything_module_la_LIBADD = \
023a57d4
PG
15 $(top_builddir)/src/orb/libORBit-2.la
16 server_SOURCES=server.c ${EVERYTHING_BUILT} everything.idl constants.h
023a57d4
PG
17-server_LDFLAGS = -static -module
18+server_LDFLAGS = -dynamic -module
ceb3aff0 19 server.c : $(included_src)
20 touch server.c
21 server_DEPENDENCIES=${EVERYTHING_BUILT} $(included_src)
22@@ -65,13 +65,10 @@
023a57d4
PG
23 IDL_FILES= everything.idl
24 include $(top_srcdir)/Makefile.shared
25
26-BUILT_SOURCES = ${EVERYTHING_BUILT} everything-imodule.c
27-CLEANFILES = ${BUILT_SOURCES} iorfile
ceb3aff0 28-
023a57d4
PG
29 TESTS = $(srcdir)/test.sh
30
31 BUILT_SOURCES = $(EVERYTHING_IDLOUT)
32-CLEANFILES = $(BUILT_SOURCES)
ceb3aff0 33+CLEANFILES = $(BUILT_SOURCES) iorfile
023a57d4
PG
34 EXTRA_DIST = $(IDL_FILES) test.sh $(included_src)
35
36 dist-hook:
This page took 0.029499 seconds and 4 git commands to generate.