X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=4220d3c872487fcea41d6fc8fb6c76619ecd3ba7;hb=dd2cf09a9ac438b65a1f4c9dcff8d87a2b504538;hp=4214689341d8cc5f146b20409294af3889b9dc71;hpb=b67296418c51784d39a24c3041e2cb199bee06f2;p=meshlink diff --git a/Makefile.am b/Makefile.am index 42146893..4220d3c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,14 +2,27 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 catta src doc test examples +if CATTA +MAYBE_CATTA = catta +endif + +SUBDIRS = $(MAYBE_CATTA) src doc test examples + +DIST_SUBDIRS = $(SUBDIRS) ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = README.android +EXTRA_DIST = \ + COPYING.README \ + README.android ChangeLog: git log > ChangeLog astyle: - astyle --options=.astylerc -nQ src/*.[ch] src/ed25519/e*.[ch] + astyle --options=.astylerc -nQ \ + src/*.[ch] \ + src/ed25519/e*.[ch] \ + examples/*.[ch] \ + examples/*.cc \ + `find test -name '*.[ch]'`