diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-04-01 11:17:43 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-04-01 22:25:48 +0800 |
commit | c727ef01083c873abfaf3c79b28d7cbcd6361bf3 (patch) | |
tree | bb6e39db1c2ae014b7df589748b992d20b25e198 /configure.ac | |
parent | 2da7ef077a494373904f2e8ad4fcd3885c2bba9b (diff) |
progs/egl: Move demos a level deeper.
Move the demos to "opengl" subdirectory.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f2e87f4d4c..5647442ea1 100644 --- a/configure.ac +++ b/configure.ac @@ -954,7 +954,7 @@ if test "x$enable_egl" = xyes; then fi if test "$with_demos" = yes; then - PROGRAM_DIRS="$PROGRAM_DIRS egl" + PROGRAM_DIRS="$PROGRAM_DIRS egl/opengl" fi fi AC_SUBST([EGL_LIB_DEPS]) |