From: Reid Spencer Date: Sun, 17 Oct 2004 14:56:15 +0000 (+0000) Subject: Add runtime directory, include Makefile_rules X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=900aa65a91e2fbd521a79268f17ca64f32dd8bb2;p=oota-llvm.git Add runtime directory, include Makefile_rules git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17084 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.am b/Makefile.am index ef181c6173a..8306dae0d27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,9 @@ # #===------------------------------------------------------------------------===# -include $(top_srcdir)/Makefile.rules.am +include $(top_srcdir)/Makefile_config -SUBDIRS = lib/System lib/Support utils lib tools +SUBDIRS = lib/System lib/Support utils lib tools runtime EXTRA_DIST = CREDITS.txt LICENSE.txt llvm.spec README.txt include docs autoconf