From e74d05c12b2f4e927fd98795a475036692f70141 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 12 Feb 2003 04:48:45 +0000 Subject: [PATCH] oops, didn't mean to link hw-master staticly --- hw/source/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/source/Makefile.am b/hw/source/Makefile.am index b99c20072..877120572 100644 --- a/hw/source/Makefile.am +++ b/hw/source/Makefile.am @@ -41,7 +41,7 @@ common_ldflags= -export-dynamic hw_master_SOURCES= master.c hw_master_LDADD= $(top_builddir)/libs/net/libnet_chan.la $(SERVER_PLUGIN_STATIC_LIBS) $(top_builddir)/libs/console/libQFconsole.la $(top_builddir)/libs/util/libQFutil.la $(NET_LIBS) -hw_master_LDFLAGS= $(common_ldflags) -static +hw_master_LDFLAGS= $(common_ldflags) # Kill the temp files, hopefully. CLEANFILES = *.i *.s $(YACCLEX_CLEANFILES)