removed the containing subdir

This commit is contained in:
2023-10-02 21:04:28 +09:00
parent 5b2953c9c7
commit ea73f9f8d2
163 changed files with 0 additions and 0 deletions

16
Makefile.am Normal file
View File

@ -0,0 +1,16 @@
AUTOMAKE_OPTION = foreign
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST =
SUBDIRS =
if ENABLE_STATIC_MODULE
SUBDIRS += tools mod lib bin t
else
SUBDIRS += tools lib mod bin t
endif
DIST_SUBDIRS = $(SUBDIRS) wasm
distclean-local:
@rm -rf $(top_srcdir)/autom4te.cache