mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
Makefile fixes -- video driver libs are gone.
This commit is contained in:
parent
10424a5015
commit
2e4d8d1473
2 changed files with 2 additions and 4 deletions
|
@ -1455,7 +1455,7 @@ if test "x$HAVE_SVGA" = xyes; then
|
|||
QW_TARGETS="$QW_TARGETS qw-client-svga\$(EXEEXT)"
|
||||
NQ_TARGETS="$NQ_TARGETS nq-svga\$(EXEEXT)"
|
||||
CL_TARGETS="$CL_TARGETS SVGAlib"
|
||||
VID_TARGETS_NOINST="$VID_TARGETS_NOINST libQFsvga.la"
|
||||
VID_TARGETS="$VID_TARGETS libQFsvga.la"
|
||||
BUILD_SW=yes
|
||||
fi
|
||||
CAN_BUILD_SW=yes
|
||||
|
|
|
@ -1,13 +1,11 @@
|
|||
INCLUDES= -I$(top_srcdir)/include $(GGI_CFLAGS) $(MGL_CFLAGS) $(SDL_CFLAGS) $(SVGA_CFLAGS) $(X_CFLAGS) $(GLIDE_CFLAGS)
|
||||
|
||||
lib_LTLIBRARIES= @VID_TARGETS@
|
||||
noinst_LTLIBRARIES= libasm.la @VID_TARGETS@
|
||||
|
||||
EXTRA_LTLIBRARIES= \
|
||||
libQFjs.la libQFfbdev.la libQFglx.la libQFsvga.la libQFx11.la \
|
||||
libQFsdl.la libQFsdl32.la libQFsgl.la libQFwgl.la
|
||||
|
||||
noinst_LTLIBRARIES= libasm.la @VID_TARGETS_NOINST@
|
||||
|
||||
if ASM_ARCH
|
||||
libasm_la_SOURCES= d_copy.S
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue