From 86d5073b6ceb63bde7200213372a287fb893897e Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 19 Jun 2009 15:43:32 +0000 Subject: [PATCH] topdir.mk: Add plugins to default SUBDIRS --- make/topdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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