link against the correct lib :P

This commit is contained in:
Bill Currie 2003-02-10 21:39:38 +00:00
parent caa5579e39
commit ab7c31032e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ EXTRA_PROGRAMS= hw-master
common_ldflags= -export-dynamic
hw_master_SOURCES= master.c
hw_master_LDADD= $(top_builddir)/qw/source/net_packetlog.o $(top_builddir)/qw/source/libnet.a $(SERVER_PLUGIN_STATIC_LIBS) $(top_builddir)/libs/console/libQFconsole.la $(top_builddir)/libs/util/libQFutil.la $(NET_LIBS)
hw_master_LDADD= $(top_builddir)/qw/source/libqw_net.a $(SERVER_PLUGIN_STATIC_LIBS) $(top_builddir)/libs/console/libQFconsole.la $(top_builddir)/libs/util/libQFutil.la $(NET_LIBS)
hw_master_LDFLAGS= $(common_ldflags) -static
# Kill the temp files, hopefully.