--- ORBit2-2.4.3.orig/test/everything/Makefile.am 2002-06-13 16:49:55 +0400 +++ ORBit2-2.4.3/test/everything/Makefile.am 2002-09-15 06:11:11 +0400 @@ -33,7 +33,7 @@ client_SOURCES=${EVERYTHING_BUILT} client.c everything.idl constants.h client_DEPENDENCIES=${EVERYTHING_BUILT} $(included_src) client_LDADD = $(LDADD) -client_LDFLAGS = -static -module +client_LDFLAGS = -dynamic -module included_src = \ anyServer.c \ @@ -56,7 +56,7 @@ Everything_module_la_LIBADD = \ $(top_builddir)/src/orb/libORBit-2.la server_SOURCES=server.c ${EVERYTHING_BUILT} everything.idl constants.h -server_LDFLAGS = -static -module +server_LDFLAGS = -dynamic -module server.c : $(included_src) touch server.c server_DEPENDENCIES=${EVERYTHING_BUILT} $(included_src)