From a3c55dc1cfc8d716b6d3ba77ed96fc7116da98ca Mon Sep 17 00:00:00 2001 From: Marcus Sundberg Date: Sat, 15 Jan 2000 03:33:10 +0000 Subject: [PATCH] Added dga_check.c to qw-client-gl --- qw_client/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qw_client/Makefile.in b/qw_client/Makefile.in index ac051e5..6657695 100644 --- a/qw_client/Makefile.in +++ b/qw_client/Makefile.in @@ -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)))