[Lldb-commits] [lldb] r157619 - /lldb/trunk/source/Makefile

Filipe Cabecinhas me at filcab.net
Tue May 29 07:03:55 PDT 2012


Author: filcab
Date: Tue May 29 09:03:55 2012
New Revision: 157619

URL: http://llvm.org/viewvc/llvm-project?rev=157619&view=rev
Log:
Don't include LLDBWrapPython.cpp here. Use it in Interpreter.

Modified:
    lldb/trunk/source/Makefile

Modified: lldb/trunk/source/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Makefile?rev=157619&r1=157618&r2=157619&view=diff
==============================================================================
--- lldb/trunk/source/Makefile (original)
+++ lldb/trunk/source/Makefile Tue May 29 09:03:55 2012
@@ -13,6 +13,7 @@
 BUILD_ARCHIVE = 1
 
 BUILT_SOURCES = LLDB_vers.c
+SOURCES := lldb-log.cpp lldb.cpp
 
 include $(LLDB_LEVEL)/Makefile
 





More information about the lldb-commits mailing list