aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Format/CMakeLists.txt1
-rw-r--r--lib/Format/Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Format/CMakeLists.txt b/lib/Format/CMakeLists.txt
index 60ab14da24..4b14e91414 100644
--- a/lib/Format/CMakeLists.txt
+++ b/lib/Format/CMakeLists.txt
@@ -21,4 +21,5 @@ target_link_libraries(clangFormat
clangASTMatchers
clangRewriteCore
clangRewriteFrontend
+ clangTooling
)
diff --git a/lib/Format/Makefile b/lib/Format/Makefile
index 0d2e7a29bc..f4d2b985b1 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