From c156232c959365409dbdbd4a1109a18764a32619 Mon Sep 17 00:00:00 2001 From: Marcus Sundberg Date: Wed, 19 Jan 2000 01:24:41 +0000 Subject: [PATCH] Link the *-gl binaries with @DYN_LIBS@. --- qw_client/Makefile.in | 2 +- uquake/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qw_client/Makefile.in b/qw_client/Makefile.in index 1ecb578..b51ac73 100644 --- a/qw_client/Makefile.in +++ b/qw_client/Makefile.in @@ -394,7 +394,7 @@ ALL_GL_OBJS = $(patsubst %,$(BUILD_DIR)/gl/%,$(addsuffix .@OBJEXT@,\ $(basename $(ALL_GL_SRC) .c .s))) GL_CFLAGS = -DGLQUAKE @OGL_CFLAGS@ -GL_LDFLAGS = $(X11_LDFLAGS) @OGL_LIBS@ @DGA_LIBS@ +GL_LDFLAGS = $(X11_LDFLAGS) @OGL_LIBS@ @DGA_LIBS@ @DYN_LIBS@ $(BUILD_DIR)/gl/gl_vidglx.o: $(COMMON_DIR)/gl_vidglx.c $(CC) $(CFLAGS) $(GL_CFLAGS) -o $@ -c $< diff --git a/uquake/Makefile.in b/uquake/Makefile.in index b1428ed..08fbe9d 100644 --- a/uquake/Makefile.in +++ b/uquake/Makefile.in @@ -430,7 +430,7 @@ ALL_GL_OBJS = $(patsubst %,$(BUILD_DIR)/gl/%,$(addsuffix .@OBJEXT@,\ $(basename $(ALL_GL_SRC) .c .s))) GL_CFLAGS = -DGLQUAKE @OGL_CFLAGS@ -GL_LDFLAGS = $(X11_LDFLAGS) @OGL_LIBS@ @DGA_LIBS@ +GL_LDFLAGS = $(X11_LDFLAGS) @OGL_LIBS@ @DGA_LIBS@ @DYN_LIBS@ $(BUILD_DIR)/gl/gl_vidglx.o: $(COMMON_DIR)/gl_vidglx.c $(CC) $(CFLAGS) $(GL_CFLAGS) -o $@ -c $<