1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Ensure that the examples get built.

llvm-svn: 16027
This commit is contained in:
Reid Spencer 2004-08-24 16:31:01 +00:00
parent 04ce97fcfb
commit 06b526f91b

View File

@ -40,6 +40,7 @@ AC_CONFIG_FILES(Makefile.config
dnl Do special configuration of Makefiles
AC_CONFIG_MAKEFILE(Makefile)
AC_CONFIG_MAKEFILE(Makefile.common)
AC_CONFIG_MAKEFILE(examples/Makefile)
AC_CONFIG_MAKEFILE(lib/Makefile)
AC_CONFIG_MAKEFILE(runtime/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile)