Compile ede-panel conditionally.

This commit is contained in:
Sanel Zukan 2009-10-03 07:37:35 +00:00
parent 1f96f833d9
commit 1592afab26
1 changed files with 5 additions and 3 deletions

View File

@ -36,11 +36,13 @@ SubInclude TOP doc ;
SubInclude TOP data ;
SubInclude TOP services ;
# for now it is not compileable on SunStudio
if !$(SUN_COMPILER) {
SubInclude TOP ede-panel ;
}
# they will not be compiled if eFLTK wasn't found
SubInclude TOP edewm ;
#SubInclude TOP ede-panel ;
SubInclude TOP ede-panel-new ;
# efiler is not compileable at all
if $(WITH_EFILER) = 1 {