summaryrefslogtreecommitdiff
path: root/lib/Analysis/Makefile
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-08-28 23:29:31 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-08-28 23:29:31 +0000
commit0e4fda3c1ae9ec1ce24d2d6c4fb84cfec0c26dcc (patch)
treea4ea9b7bfc9a3fd216fe31a5fe5bc15e0b5a79b6 /lib/Analysis/Makefile
parentc34b88fd1323a05dfa89a292172997edbc299dd0 (diff)
Added directory LiveVar/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/Makefile')
-rw-r--r--lib/Analysis/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index 4b672cd6ff5..3979709be83 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -3,5 +3,7 @@ LEVEL = ../..
LIBRARYNAME = analysis
+DIRS = LiveVar
+
include $(LEVEL)/Makefile.common