X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=f7de2b765361c451624fc137f3f3442ce6965f8a;hb=dc0e52cb3e42620c3139e713b373d130aa30b698;hp=4214689341d8cc5f146b20409294af3889b9dc71;hpb=b67296418c51784d39a24c3041e2cb199bee06f2;p=meshlink diff --git a/Makefile.am b/Makefile.am index 42146893..f7de2b76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 catta src doc test examples +SUBDIRS = catta src doc test examples ACLOCAL_AMFLAGS = -I m4 @@ -12,4 +12,4 @@ 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 test/*.[ch]