added the bin directory and moves files for binary commands into it

This commit is contained in:
2019-05-14 04:21:35 +00:00
parent 6e5a92a041
commit 4ce47cb435
18 changed files with 1067 additions and 550 deletions

View File

@ -6,12 +6,12 @@ EXTRA_DIST =
SUBDIRS =
if ENABLE_STATIC_MODULE
SUBDIRS += mod lib
SUBDIRS += mod lib bin
else
SUBDIRS += lib mod
SUBDIRS += lib mod bin
endif
DIST_SUBDIRS = $(SUBDIRS)
DIST_SUBDIRS = $(SUBDIRS) t
distclean-local:
@rm -rf $(top_srcdir)/autom4te.cache