From f9595718f7a12872c0f03b175f35f95a311ed4e7 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Sun, 3 May 2015 03:28:54 -0700 Subject: [PATCH] remove misplaced quotes --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c22eada0..0ee1aa36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,7 +158,7 @@ d2x_gl_LDFLAGS += -framework OpenGL endif if MINGW32 -d2x_gl_LDADD += "-lopengl32 -lglu32" +d2x_gl_LDADD += -lopengl32 -lglu32 else if !MACOSX d2x_gl_LDADD += -lGL -lGLU -- 2.39.2