Added dga_check.c to qw-client-gl

This commit is contained in:
Marcus Sundberg 2000-01-15 03:33:10 +00:00
parent 8f29fd21f1
commit a3c55dc1cf

View file

@ -388,7 +388,8 @@ endif
# X11 GL target
ifneq ($(GLQUAKE),)
ALL_GL_SRC = $(GENERAL_SRC) $(CD_AUDIO_SRC) $(GL_REND_SRC) gl_vidlinuxglx.c
ALL_GL_SRC = $(GENERAL_SRC) $(CD_AUDIO_SRC) $(GL_REND_SRC) \
gl_vidlinuxglx.c dga_check.c
ALL_GL_OBJS = $(patsubst %,$(BUILD_DIR)/gl/%,$(addsuffix .@OBJEXT@,\
$(basename $(ALL_GL_SRC) .c .s)))