mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Add plugins to default SUBDIRS
This commit is contained in:
parent
0b0fe7167d
commit
86d5073b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue