X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=f7de2b765361c451624fc137f3f3442ce6965f8a;hb=dc0e52cb3e42620c3139e713b373d130aa30b698;hp=5d8172a24206cb91af41119296f856020c9b0320;hpb=10749179127c681ce040fcf612038174b2bd474a;p=meshlink diff --git a/Makefile.am b/Makefile.am index 5d8172a2..f7de2b76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,15 @@ ## Process this file with automake to get Makefile.in -AUTOMAKE_OPTIONS = gnits +AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 lib cipher src doc redhat +SUBDIRS = catta src doc test examples -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = TODO - -CVS_CREATED = configure aclocal.m4 config.h.in +EXTRA_DIST = README.android ChangeLog: - rcs2log -u "zarq Ivo Timmermans itimmermans@bigfoot.com" | \ - sed -e 's,/home/CVS/tinc/cabal/,,g' > $@ + git log > ChangeLog -cvs-clean: maintainer-clean - for f in $(CVS_CREATED) `find -name Makefile.in` ; do\ - rm "$$f"; \ - if [ $$? -ne 0 ] ; then \ - echo $$f bestaat niet; \ - fi; \ - done +astyle: + astyle --options=.astylerc -nQ src/*.[ch] src/ed25519/e*.[ch] examples/*.[ch] examples/*.cc test/*.[ch]