summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Stensgård <mastensg@ping.uio.no>2014-12-02 19:02:25 +0100
committerMartin Stensgård <mastensg@ping.uio.no>2014-12-02 19:02:25 +0100
commit706da965d3c7892ef09b83bdf6120f104faa2ede (patch)
tree629d3f85047f9cbb8e646cb37c718050fef5128f /Makefile.am
parentbc69324887f78198bfbb6e127426ce0e044cf276 (diff)
Makefile: LDFLAGS+=-pthread
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d4ace4b..e67837f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,6 @@ AM_CFLAGS = -Wall -Wextra -pedantic -std=c99
bin_PROGRAMS = ray
-ray_LDFLAGS = -lGL -lGLU -lglut -lm
+ray_LDFLAGS = -lGL -lGLU -lglut -lm -pthread
ray_SOURCES = ray.c 3dmath.c 3dmath.h