]> git.pld-linux.org Git - packages/ORBit2.git/blame - ORBit2-ac_fix.patch
- removed.
[packages/ORBit2.git] / ORBit2-ac_fix.patch
CommitLineData
023a57d4
PG
1--- ./test/everything/Makefile.am.org Sun Nov 18 20:01:39 2001
2+++ ./test/everything/Makefile.am Sun Feb 10 18:59:49 2002
3@@ -31,7 +31,7 @@
4 client_SOURCES=${EVERYTHING_BUILT} client.c everything.idl constants.h
5 client_DEPENDENCES=${EVERYTHING_BUILT} $(included_src)
6 client_LDADD = $(LDADD)
7-client_LDFLAGS = -static -module
8+client_LDFLAGS = -dynamic -module
9
10 included_src = \
11 anyServer.c \
12@@ -55,19 +55,17 @@
13 $(top_builddir)/src/orb/libORBit-2.la
14 server_SOURCES=server.c ${EVERYTHING_BUILT} everything.idl constants.h
15 server_DEPENDENCES=${EVERYTHING_BUILT} $(included_src)
16-server_LDFLAGS = -static -module
17+server_LDFLAGS = -dynamic -module
18
19 IDL_FLAGS= --showcpperrors --add-imodule
20 IDL_FILES= everything.idl
21 include $(top_srcdir)/Makefile.shared
22
23-BUILT_SOURCES = ${EVERYTHING_BUILT} everything-imodule.c
24-CLEANFILES = ${BUILT_SOURCES} iorfile
25
26 TESTS = $(srcdir)/test.sh
27
28 BUILT_SOURCES = $(EVERYTHING_IDLOUT)
29-CLEANFILES = $(BUILT_SOURCES)
30+CLEANFILES = ${BUILT_SOURCES} iorfile
31 EXTRA_DIST = $(IDL_FILES) test.sh $(included_src)
32
33 dist-hook:
This page took 0.035475 seconds and 4 git commands to generate.