topdir.mk: Add subdir src

This commit is contained in:
Jan Lindemann 2010-08-28 08:09:41 +00:00 committed by Jan Lindemann
commit 22255fd76c

View file

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