blob: 17a362c295e1da9b1c94f083e7ae05062b577404 (
plain)
1
2
3
4
5
6
|
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src config tests
EXTRA_DIST = test docs examples windows VMS cmake netware bootstrap.sh CMakeLists.txt CONTRIBUTORS README.md CHANGELOG.md
clean-local:
$(srcdir)/cmake/distclean.sh --automake
|