X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=8b39f753612a04034b55d40da4e84204a7af5cd4;hb=fc7a1cc27751514e3175c9c50781d724a91d0f0e;hp=3bf6bdee8f72580cc66d55bfde4e635eb9aef843;hpb=e25370c54e78fda0a7996b008f7ad68aa80f2ccd;p=meshlink diff --git a/Makefile.am b/Makefile.am index 3bf6bdee..8b39f753 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,16 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 catta src doc test examples +SUBDIRS = catta src doc test examples 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] examples/*.[ch] examples/*.cc test/*.[ch]