Don't include LLDBWrapPython.cpp here. Use it in Interpreter.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157619 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Makefile b/source/Makefile
index e985fc0..7f23af8 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -13,6 +13,7 @@
 BUILD_ARCHIVE = 1
 
 BUILT_SOURCES = LLDB_vers.c
+SOURCES := lldb-log.cpp lldb.cpp
 
 include $(LLDB_LEVEL)/Makefile