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.