mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
hey, I think this one is going to work!!!
This commit is contained in:
parent
9c6955f406
commit
c3735506c7
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,10 @@
|
|||
INCLUDES= -I$(top_srcdir)/include $(GLX_CFLAGS)
|
||||
|
||||
if BUILD_GL
|
||||
noinst_LTLIBRARIES= libgl.la
|
||||
else
|
||||
noinst_LTLIBRARIES=
|
||||
endif
|
||||
|
||||
gl_src = \
|
||||
gl_draw.c gl_dyn_fires.c gl_dyn_lights.c \
|
||||
|
@ -8,11 +12,6 @@ gl_src = \
|
|||
gl_rsurf.c gl_screen.c gl_skin.c gl_sky.c gl_sky_clip.c \
|
||||
gl_textures.c gl_warp.c gl_funcs.c noisetextures.c
|
||||
|
||||
if BUILD_GL
|
||||
build_gl_src = $(gl_src)
|
||||
else
|
||||
build_gl_src =
|
||||
endif
|
||||
libgl_la_SOURCES= $(build_gl_src)
|
||||
libgl_la_SOURCES= $(gl_src)
|
||||
|
||||
EXTRA_libgl_la_SOURCES = $(gl_src)
|
||||
|
|
Loading…
Reference in a new issue