summaryrefslogtreecommitdiff
blob: 4c8657f34cedba64ebddf3f9caef1640465ff12d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/src/celengine/Makefile.am b/src/celengine/Makefile.am
index 77d909b7..dd0b0a66 100644
--- a/src/celengine/Makefile.am
+++ b/src/celengine/Makefile.am
@@ -1,7 +1,10 @@
 noinst_LIBRARIES = libcelengine.a
 noinst_HEADERS = $(wildcard *.h)
 
-AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/thirdparty/Eigen -I$(top_srcdir)/thirdparty/curveplot/include
+AM_CPPFLAGS = -I$(top_srcdir)/src \
+	      -I$(top_srcdir)/thirdparty/Eigen \
+	      -I$(top_srcdir)/thirdparty/curveplot/include \
+	      -I$(top_srcdir)/thirdparty/glew/include
 
 libcelengine_a_CXXFLAGS = $(LUA_CFLAGS) $(SPICE_CFLAGS) $(GLEW_CFLAGS)
 
@@ -75,4 +78,5 @@ libcelengine_a_SOURCES = \
 	vertexprog.cpp \
 	virtualtex.cpp \
 	visibleregion.cpp \
+	../../thirdparty/glew/src/glew.c \
 	../../thirdparty/curveplot/src/curveplot.cpp