diff options
Diffstat (limited to 'lib/clang/liblldbHostPOSIX/Makefile')
-rw-r--r-- | lib/clang/liblldbHostPOSIX/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/clang/liblldbHostPOSIX/Makefile b/lib/clang/liblldbHostPOSIX/Makefile index a46dbca..d6e275c 100644 --- a/lib/clang/liblldbHostPOSIX/Makefile +++ b/lib/clang/liblldbHostPOSIX/Makefile @@ -6,6 +6,7 @@ LIB= lldbHostPOSIX SRCDIR= tools/lldb/source/Host/posix SRCS= ConnectionFileDescriptorPosix.cpp \ + DomainSocket.cpp \ FileSystem.cpp \ HostInfoPosix.cpp \ HostProcessPosix.cpp \ |