Let efiler be compiled only when WITH_EFILER=1 was given.

Reduced timeout in splash screen on 1 second per item.
This commit is contained in:
Sanel Zukan
2009-04-22 10:37:55 +00:00
parent 97409088b8
commit d99fc3b839
2 changed files with 2 additions and 2 deletions

View File

@ -40,6 +40,6 @@ SubInclude TOP edewm ;
SubInclude TOP ede-panel ;
# efiler is not compileable at all
if ! $(WITHOUT_EFILER) {
if $(WITH_EFILER) = 1 {
SubInclude TOP efiler ;
}