Move CFG building code to a new lib/MC/MCAnalysis library.
[oota-llvm.git] / unittests / MC / Makefile
index 4c25697d28dc0c0ba7749ee30746ffd242c40d39..07a608e65a34b559fbb6f3d6eafc970cdc81dcd0 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TESTNAME = MC
-LINK_COMPONENTS := MC
+LINK_COMPONENTS := MCAnalysis
 
 include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest