aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bae946c..e831f15 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,10 +1,9 @@
bin_PROGRAMS = thrust3d glcheck
thrust3d_SOURCES = main.c model.c render.c physics.c game.c texture.c utils.c audio.c render-text.c
-thrust3d_LDADD = @LIBS@
glcheck_SOURCES = glcheck.c
-glcheck_LDADD = -lGL -lGLU -lglut -lGLEW
+glcheck_LDADD = -lglut
AM_CFLAGS = -Wall -g
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"/thrust3d\"