X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=mercenary-reloaded.git;a=blobdiff_plain;f=configure.ac;h=31b0527f175e19a6630cdffb72d32ac732971110;hp=8ff6fd4d6e25ee212b57648c329a8afda801cdb7;hb=f646b52b12124124581f0b58bd5080a965c3bb7e;hpb=5b9c21073a6880c5764d04a16d792fd913cc2ab0 diff --git a/configure.ac b/configure.ac index 8ff6fd4..31b0527 100644 --- a/configure.ac +++ b/configure.ac @@ -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