hey, I think this one is going to work!!!

This commit is contained in:
Bill Currie 2001-10-03 00:07:01 +00:00
parent 9c6955f406
commit c3735506c7

View file

@ -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)