llvm-svn: 22334
This commit is contained in:
Andrew Lenharth 2005-07-05 16:36:18 +00:00
parent a1f37d616e
commit 8c220defa8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# Indicates our relative path to the top of the project's root directory.
#
LEVEL = .
DIRS = lib
DIRS = lib tools
EXTRA_DIST = include
#

View File

@ -8,6 +8,6 @@ LEVEL=..
#
# List all of the subdirectories that we will compile.
#
DIRS=lsqcor
DIRS=sample
include $(LEVEL)/Makefile.common