summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-05-20 14:13:49 -0700
committerEric Anholt <eric@anholt.net>2010-05-20 14:23:57 -0700
commit3356a96de4154dc12090906c2fba4b74ada3c18a (patch)
tree9ff57c291232657270ad91fcc4c62de67aaab382 /configure.ac
parent6faf5f0835402197c51067db746fd9937ba6bc5e (diff)
egl: Add eglut build system and hook up the EGL demos that need it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 77abfe6e..0b6d6340 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,6 +189,7 @@ AC_OUTPUT([
src/Makefile
src/demos/Makefile
src/egl/Makefile
+ src/egl/eglut/Makefile
src/egl/opengles1/Makefile
src/egl/opengles2/Makefile
src/fp/Makefile