X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=f7de2b765361c451624fc137f3f3442ce6965f8a;hb=13ef38b7a24efc84122b4d2bfc86cddbc359b94f;hp=762ed7f20e13f000a97f54e800f816ca7484f0c5;hpb=71091bcda5251bd130f85ccc28f8f936f781224e;p=meshlink diff --git a/Makefile.am b/Makefile.am index 762ed7f2..f7de2b76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,14 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 src doc test examples +SUBDIRS = catta src doc test examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = COPYING.README README.android +EXTRA_DIST = README.android ChangeLog: git log > ChangeLog + +astyle: + astyle --options=.astylerc -nQ src/*.[ch] src/ed25519/e*.[ch] examples/*.[ch] examples/*.cc test/*.[ch]