mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
don't build cd and sound libs when not building clients
This commit is contained in:
parent
bddf7069a2
commit
6abc7e77ad
1 changed files with 6 additions and 1 deletions
|
@ -1297,7 +1297,7 @@ fi
|
|||
AC_SUBST(Z_LIBS)
|
||||
|
||||
dnl ==================================================================
|
||||
dnl Find out what to build and finish
|
||||
dnl Find out what to build
|
||||
dnl ==================================================================
|
||||
|
||||
AC_ARG_WITH(clients,
|
||||
|
@ -1474,6 +1474,11 @@ if test -n "$VID_TARGETS"; then
|
|||
SND_PLUGIN_TARGETS="$SND_PLUGIN_TARGETS libsound_win.la"
|
||||
fi
|
||||
VID_TARGETS="libQFjs.la $VID_TARGETS"
|
||||
else
|
||||
CD_TARGETS=""
|
||||
SND_TARGETS=""
|
||||
SOUND_TYPES=""
|
||||
CDTYPE=""
|
||||
fi
|
||||
AC_SUBST(NQ_TARGETS)
|
||||
AC_SUBST(QW_TARGETS)
|
||||
|
|
Loading…
Reference in a new issue