topdir.mk: Add subdir contrib

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-04-18 17:06:53 +00:00
commit 7a86c283b7

View file

@ -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),)