aboutsummaryrefslogtreecommitdiff
path: root/tools/plot_lighthouse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/plot_lighthouse/Makefile')
-rw-r--r--tools/plot_lighthouse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/plot_lighthouse/Makefile b/tools/plot_lighthouse/Makefile
index 07bdcb9..38eece0 100644
--- a/tools/plot_lighthouse/Makefile
+++ b/tools/plot_lighthouse/Makefile
@@ -1,7 +1,7 @@
UNAME := $(shell uname)
ifeq ($(UNAME), Linux)
-CFLAGS:= -I../../redist -lGL -lGLU -lglut
+CFLAGS:= -lGL -lGLU -lglut -I../../redist -DLINUX -lm -lpthread
endif
# Darwin is Mac OSX !!