summaryrefslogtreecommitdiff
path: root/unittests/Lex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Lex/Makefile')
-rw-r--r--unittests/Lex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/unittests/Lex/Makefile b/unittests/Lex/Makefile
index bb9c6bc390..fa233ce25f 100644
--- a/unittests/Lex/Makefile
+++ b/unittests/Lex/Makefile
@@ -9,7 +9,8 @@
CLANG_LEVEL = ../..
TESTNAME = Lex
-LINK_COMPONENTS := support mc
-USEDLIBS = clangLex.a clangBasic.a
+LINK_COMPONENTS := mcparser support mc
+USEDLIBS = clangParse.a clangSema.a clangAnalysis.a clangEdit.a \
+ clangAST.a clangLex.a clangBasic.a
include $(CLANG_LEVEL)/unittests/Makefile