xref: /haiku/3rdparty/mmu_man/Jamfile (revision b55a57da7173b9af0432bd3e148d03f06161d036)
1SubDir HAIKU_TOP 3rdparty mmu_man ;
2
3SubInclude HAIKU_TOP 3rdparty mmu_man themes ;
4
5# distro stuff located in my own branch,
6# to use it symlink it here.
7{
8	local subDir
9		= [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : distro ] ;
10	if $(subDir) {
11		SubInclude HAIKU_TOP 3rdparty mmu_man distro ;
12	}
13}
14