oops, didn't mean to link hw-master staticly

This commit is contained in:
Bill Currie 2003-02-12 04:48:45 +00:00
parent cd448e12ce
commit e74d05c12b

View file

@ -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)