Option to compile ede without efiler

This commit is contained in:
Sanel Zukan 2009-04-13 17:37:26 +00:00
parent 020599462b
commit 7089acdd4a

View File

@ -39,7 +39,7 @@ SubInclude TOP services ;
SubInclude TOP edewm ;
SubInclude TOP ede-panel ;
# efile is not compileable on FreeBSD
if $(OS) != FREEBSD || $(FORCE_EFILER) = 1 {
# efiler is not compileable at all
if ! $(WITHOUT_EFILER) {
SubInclude TOP efiler ;
}