removed the containing subdir
This commit is contained in:
16
Makefile.am
Normal file
16
Makefile.am
Normal 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
|
Reference in New Issue
Block a user