diff --git a/src/bin/gdb/Jamfile b/src/bin/gdb/Jamfile index c5bbe76358..eaf3244da2 100644 --- a/src/bin/gdb/Jamfile +++ b/src/bin/gdb/Jamfile @@ -1,4 +1,7 @@ SubDir OBOS_TOP src bin gdb ; +SubInclude OBOS_TOP src bin gdb bfd ; +SubInclude OBOS_TOP src bin gdb gdb ; SubInclude OBOS_TOP src bin gdb libiberty ; +SubInclude OBOS_TOP src bin gdb opcodes ; SubInclude OBOS_TOP src bin gdb readline ;