Add header files that were added to lldb.swig to the build
script, so it can keep track of dependencies accurately (for
knowing when to re-build LLDBWrapPython.cpp).



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@116765 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/build-swig-Python.sh b/scripts/Python/build-swig-Python.sh
index 404cdfa..17b880a 100755
--- a/scripts/Python/build-swig-Python.sh
+++ b/scripts/Python/build-swig-Python.sh
@@ -30,6 +30,11 @@
 
 
 HEADER_FILES="${SRC_ROOT}/include/lldb/lldb-include.h"\
+" ${SRC_ROOT}/include/lldb/lldb-defines.h"\
+" ${SRC_ROOT}/include/lldb/lldb-enumerations.h"\
+" ${SRC_ROOT}/include/lldb/lldb-forward.h"\
+" ${SRC_ROOT}/include/lldb/lldb-forward-rtti.h"\
+" ${SRC_ROOT}/include/lldb/lldb-types.h"\
 " ${SRC_ROOT}/include/lldb/API/SBAddress.h"\
 " ${SRC_ROOT}/include/lldb/API/SBBlock.h"\
 " ${SRC_ROOT}/include/lldb/API/SBBreakpoint.h"\