mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
link against the correct lib :P
This commit is contained in:
parent
caa5579e39
commit
ab7c31032e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue