From: Reid Spencer Date: Tue, 24 Aug 2004 16:31:01 +0000 (+0000) Subject: Ensure that the examples get built. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=367754ac3ce0c9d5e3843208bad623825f30da1a;p=oota-llvm.git Ensure that the examples get built. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16027 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 2d115ce9b98..172be4c4924 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -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)