hcl/Makefile.am

18 lines
242 B
Makefile
Raw Normal View History

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