From 7a86c283b70c57c93544134bd1484541c4dc26ac Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 18 Apr 2014 17:06:53 +0000 Subject: [PATCH] topdir.mk: Add subdir contrib Signed-off-by: Jan Lindemann --- make/topdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/topdir.mk b/make/topdir.mk index cf34ea4c..bc8d0b0a 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -3,7 +3,7 @@ install: topdir.install clean: topdir.clean config: -SUBDIRS ?= $(wildcard inst/pre make scripts tools src include lib bin \ +SUBDIRS ?= $(wildcard inst/pre make scripts contrib tools src include lib bin \ util plugins conf config cfg images doc test inst/post) ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)