diff --git a/webshell/Makefile.in b/webshell/Makefile.in index afdfccad0b6b..f213a5b80c56 100644 --- a/webshell/Makefile.in +++ b/webshell/Makefile.in @@ -22,10 +22,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public src - -ifdef ENABLE_TESTS -DIRS += tests -endif +DIRS = public src tests include $(topsrcdir)/config/rules.mk