summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbHostCommon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbHostCommon/Makefile')
-rw-r--r--lib/clang/liblldbHostCommon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/clang/liblldbHostCommon/Makefile b/lib/clang/liblldbHostCommon/Makefile
index f463c9c..706ea1f 100644
--- a/lib/clang/liblldbHostCommon/Makefile
+++ b/lib/clang/liblldbHostCommon/Makefile
@@ -10,6 +10,7 @@ SRCS= Condition.cpp \
File.cpp \
FileSpec.cpp \
FileSystem.cpp \
+ GetOptInc.cpp \
Host.cpp \
HostInfoBase.cpp \
HostNativeThreadBase.cpp \
@@ -28,11 +29,13 @@ SRCS= Condition.cpp \
SoftwareBreakpoint.cpp \
StringConvert.cpp \
Symbols.cpp \
+ TCPSocket.cpp \
Terminal.cpp \
ThisThread.cpp \
ThreadLauncher.cpp \
TimeValue.cpp \
- XML.cpp
+ XML.cpp \
+ UDPSocket.cpp
TGHDRS= AttrList \
Attrs \
OpenPOWER on IntegriCloud