haiku/3rdparty/mmu_man/Jamfile
François Revol cf8d18c0a5 Only include themes conditionnally, in case one symlinks from the osdrawer svn working copy.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38074 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-12 23:26:48 +00:00

22 lines
474 B
Plaintext

SubDir HAIKU_TOP 3rdparty mmu_man ;
# theme manager from osdrawer
# to use it symlink it here.
{
local subDir
= [ GLOB [ FDirName $(HAIKU_TOP) 3rdparty mmu_man ] : themes ] ;
if $(subDir) {
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 ;
}
}