Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin).

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@173864 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Makefile b/lib/Makefile
index b6a9e71..be6af0a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -24,6 +24,7 @@
 	lldbBreakpoint.a \
 	lldbCommands.a \
 	lldbCore.a \
+	lldbDataFormatters.a \
 	lldbExpression.a \
 	lldbHostCommon.a \
 	lldbInitAndLog.a \