OVR: Change the way to walk and rotate with the controller
[mercenary-reloaded.git] / configure.ac
index 8ff6fd4..31b0527 100644 (file)
@@ -71,6 +71,7 @@ NOTE: This package is mandatory. The games will not compile without it!
 AS_IF([test "x$with_ovr" == "xyes"],[AC_MSG_NOTICE( Compiling with OVR support )], [AC_MSG_NOTICE( [OVR not supported.] )])
 
 AC_OUTPUT(
+    include/Makefile
     src/libcpu/Makefile
     src/libframerate/Makefile
     src/libvideo/Makefile
@@ -79,6 +80,7 @@ AC_OUTPUT(
     src/libkeyboard/Makefile
     src/libdisk/Makefile
     src/libsdl/Makefile
+    src/libopengl/Makefile
     src/libglew/Makefile
     src/libovr/Makefile
     src/libtext/Makefile