From ab7c31032e86a9bd3a4d9f58cdd37a9a43b0d744 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 10 Feb 2003 21:39:38 +0000 Subject: [PATCH] link against the correct lib :P --- 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 fa078afab..d78ea4b0e 100644 --- a/hw/source/Makefile.am +++ b/hw/source/Makefile.am @@ -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.