libclangFormat is not libclangTooling, but it depends on it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169139 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Format/CMakeLists.txt b/lib/Format/CMakeLists.txt
index 60ab14d..4b14e91 100644
--- a/lib/Format/CMakeLists.txt
+++ b/lib/Format/CMakeLists.txt
@@ -21,4 +21,5 @@
   clangASTMatchers
   clangRewriteCore
   clangRewriteFrontend
+  clangTooling
   )
diff --git a/lib/Format/Makefile b/lib/Format/Makefile
index 0d2e7a2..f4d2b98 100644
--- a/lib/Format/Makefile
+++ b/lib/Format/Makefile
@@ -1,4 +1,4 @@
-##===- clang/lib/Tooling/Makefile ---------------------------*- Makefile -*-===##
+##===- clang/lib/Format/Makefile ---------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 
 CLANG_LEVEL := ../..
-LIBRARYNAME := clangTooling
+LIBRARYNAME := clangFormat
 
 include $(CLANG_LEVEL)/Makefile