topdir.mk: Add missing subdirs scripts, conf, config

This commit is contained in:
Jan Lindemann 2010-06-10 09:38:08 +00:00 committed by Jan Lindemann
commit 8f388bbe29

View file

@ -4,7 +4,8 @@ clean: topdir.clean
distclean: topdir.distclean
config:
SUBDIRS ?= $(wildcard inst/pre make tools include lib bin util plugins cfg doc test inst/post)
SUBDIRS ?= $(wildcard inst/pre make scripts tools include lib bin \
util plugins conf config cfg doc test inst/post)
ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
include $(TOPDIR)/make/defs.mk