aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-24 16:31:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-24 16:31:01 +0000
commit367754ac3ce0c9d5e3843208bad623825f30da1a (patch)
treedb209515ab65c15162a106b5ab40787024171954 /autoconf
parent01b77f9c0811ca8ae67a5a46db48c50777ef6678 (diff)
downloadexternal_llvm-367754ac3ce0c9d5e3843208bad623825f30da1a.zip
external_llvm-367754ac3ce0c9d5e3843208bad623825f30da1a.tar.gz
external_llvm-367754ac3ce0c9d5e3843208bad623825f30da1a.tar.bz2
Ensure that the examples get built.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 2d115ce..172be4c 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)