hcl/Makefile.am

18 lines
260 B
Makefile
Raw Normal View History

2016-09-28 14:40:37 +00:00
AUTOMAKE_OPTION = foreign
ACLOCAL_AMFLAGS = -I m4
2020-11-15 09:56:06 +00:00
EXTRA_DIST = t t/test-bi.hcl
2016-09-28 14:40:37 +00:00
SUBDIRS =
if ENABLE_STATIC_MODULE
SUBDIRS += mod lib bin
else
SUBDIRS += lib mod bin
endif
2020-11-15 09:56:06 +00:00
DIST_SUBDIRS = $(SUBDIRS) ##t
2016-09-28 14:40:37 +00:00
distclean-local:
@rm -rf $(top_srcdir)/autom4te.cache