Use MachineBasicBlock::transferSuccessors.
[oota-llvm.git] / lib / Debugger / Makefile
index 1cb6e0d21d47f0376048cc965988e94c4d70d317..7eb4485a6e87d73aa2ee581a6df8ab734771ff13 100644 (file)
@@ -2,12 +2,15 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-LIBRARYNAME = debugger
+LIBRARYNAME = LLVMDebugger
+EXTRA_DIST = README.txt
+REQUIRES_EH := 1
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common