Hook in 3rdparty/ to the main build.

Currently it's optional, you must define HAIKU_INCLUDE_3RDPARTY in [User]BuildConfig.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23408 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-01-11 18:14:51 +00:00
parent 83f81b2f7b
commit a7ec9c1d59
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ if $(HAIKU_DONT_INCLUDE_SRC) {
} else {
SubInclude HAIKU_TOP src ;
}
if $(HAIKU_INCLUDE_3RDPARTY) {
SubInclude HAIKU_TOP 3rdparty ;
}
# reset subdir
SubDir HAIKU_TOP ;