libclangFormat is not libclangTooling, but it depends on it.

llvm-svn: 169139
This commit is contained in:
Benjamin Kramer 2012-12-03 18:28:52 +00:00
parent 9c1b9f60ad
commit 12fa8fe8b4
2 changed files with 3 additions and 2 deletions

View File

@ -21,4 +21,5 @@ target_link_libraries(clangFormat
clangASTMatchers
clangRewriteCore
clangRewriteFrontend
clangTooling
)

View File

@ -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