diff --git a/3rdparty/mmu_man/Jamfile b/3rdparty/mmu_man/Jamfile index f480b7dd54..2e9b0b346a 100644 --- a/3rdparty/mmu_man/Jamfile +++ b/3rdparty/mmu_man/Jamfile @@ -1,3 +1,13 @@ SubDir HAIKU_TOP 3rdparty mmu_man ; SubInclude HAIKU_TOP 3rdparty mmu_man themes ; + +# distro stuff located in my own branch, +# to use it symlink it here. +{ + local subDir + = [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : distro ] ; + if $(subDir) { + SubInclude HAIKU_TOP 3rdparty mmu_man distro ; + } +}