diff --git a/make/topdir.mk b/make/topdir.mk index 3633a2cd..c0d9e39f 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -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