topdir.mk: Add plugins to default SUBDIRS

This commit is contained in:
Jan Lindemann 2009-06-19 15:43:32 +00:00 committed by Jan Lindemann
commit 86d5073b6c

View file

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