mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
blah, not all automake versions support that
This commit is contained in:
parent
a918790c2d
commit
e85b3a3d97
1 changed files with 2 additions and 2 deletions
|
@ -78,11 +78,11 @@ endif
|
|||
server_sources= crudefile.c sv_ccmds.c sv_cvar.c sv_ents.c \
|
||||
sv_init.c sv_main.c sv_model.c sv_move.c \
|
||||
sv_nchan.c sv_phys.c sv_pr_cmds.c sv_progs.c sv_send.c \
|
||||
sv_user.c world.c $(syssv_SRC) \
|
||||
$(top_srcdir)/libs/gamecode/builtins/bi_cmd.c
|
||||
sv_user.c world.c $(syssv_SRC)
|
||||
|
||||
qf_server_LIBS= \
|
||||
$(SERVER_PLUGIN_STATIC_LIBS) \
|
||||
$(top_builddir)/libs/gamecode/builtins/bi_cmd.lo \
|
||||
$(top_builddir)/libs/models/libQFmodels.la \
|
||||
$(top_builddir)/libs/gamecode/builtins/libQFgamecode_builtins.la \
|
||||
$(top_builddir)/libs/gamecode/engine/libQFgamecode.la \
|
||||
|
|
Loading…
Reference in a new issue