updates


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22333 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/projects/sample/lib/Makefile b/projects/sample/lib/Makefile
index 959038b..01ede2d 100644
--- a/projects/sample/lib/Makefile
+++ b/projects/sample/lib/Makefile
@@ -8,6 +8,6 @@
 #
 # List all of the subdirectories that we will compile.
 #
-DIRS=sample
+DIRS=lsqcor
 
 include $(LEVEL)/Makefile.common