Add SymbolVenderELF to autotools build (for Linux + FreeBSD)
authorDaniel Malea <daniel.malea@intel.com>
Tue, 2 Jul 2013 17:36:01 +0000 (17:36 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Tue, 2 Jul 2013 17:36:01 +0000 (17:36 +0000)
- should resolve the build failures on the linux clang buildbot

llvm-svn: 185448

lldb/source/Plugins/Makefile

index fa75872..f420a03 100644 (file)
@@ -34,10 +34,12 @@ endif
 ifeq ($(HOST_OS),Linux)
 DIRS += DynamicLoader/MacOSX-DYLD
 DIRS += Process/Linux Process/POSIX
+DIRS += SymbolVendor/ELF
 endif
 
 ifneq (,$(filter $(HOST_OS), FreeBSD GNU/kFreeBSD))
 DIRS += Process/FreeBSD Process/POSIX
+DIRS += SymbolVendor/ELF
 endif
 
 include $(LLDB_LEVEL)/Makefile