Hook in distro if it's there (symlink from my branch).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24278 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Vendored
+10
@@ -1,3 +1,13 @@
|
|||||||
SubDir HAIKU_TOP 3rdparty mmu_man ;
|
SubDir HAIKU_TOP 3rdparty mmu_man ;
|
||||||
|
|
||||||
SubInclude HAIKU_TOP 3rdparty mmu_man themes ;
|
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 ;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user