summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7e0d0ac..4b02d9d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -84,7 +84,7 @@ bin_PROGRAMS = gltron
gltron_SOURCES = @top_srcdir@/src/gltron.c
-gltron_LINK = $(CXX) -o $@
+gltron_LINK = $(CXX) -o $@ $(LDFLAGS)
gltron_LDADD = \
src/game/libgame.a \
src/input/libinput.a \