hcl/Makefile.am
hyung-hwan 2f9ed77452
All checks were successful
continuous-integration/drone/push Build is passing
added --enable-hclgo
2023-10-27 18:26:24 +09:00

22 lines
297 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
if ENABLE_HCLGO
SUBDIRS += go
endif
DIST_SUBDIRS = $(SUBDIRS)
distclean-local:
@rm -rf $(top_srcdir)/autom4te.cache