hcl/Makefile.am
hyung-hwan de94b4e66f
Some checks failed
continuous-integration/drone/push Build is failing
added the go wrapper files. work in progress
2023-10-27 18:20:02 +09:00

20 lines
275 B
Makefile

AUTOMAKE_OPTION = foreign
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = t t/test-bi.hcl
SUBDIRS =
if ENABLE_STATIC_MODULE
SUBDIRS += mod lib bin t
else
SUBDIRS += lib mod bin t
endif
SUBDIRS += go
DIST_SUBDIRS = $(SUBDIRS)
distclean-local:
@rm -rf $(top_srcdir)/autom4te.cache