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 edewm ;
SubInclude TOP ede-panel ; SubInclude TOP ede-panel ;
# efile is not compileable on FreeBSD # efiler is not compileable at all
if $(OS) != FREEBSD || $(FORCE_EFILER) = 1 { if ! $(WITHOUT_EFILER) {
SubInclude TOP efiler ; SubInclude TOP efiler ;
} }