OSDN Git Service

Ensure that the examples get built.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 24 Aug 2004 16:31:01 +0000 (16:31 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 24 Aug 2004 16:31:01 +0000 (16:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16027 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index 2d115ce..172be4c 100644 (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)