X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=f7de2b765361c451624fc137f3f3442ce6965f8a;hb=87d6dff00480a9d354f8b4ade6dfa41cb06118cb;hp=eef8e4e831586793db00bfae9be8f7ab9b1d9d38;hpb=ca373c61944a7bd2fe26faf081edea136104d326;p=meshlink diff --git a/Makefile.am b/Makefile.am index eef8e4e8..f7de2b76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,24 +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 = +ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = - -CVS_CREATED = configure aclocal.m4 config.h.in config.guess \ - config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \ - stamp-h.in m4/Makefile.am +EXTRA_DIST = README.android ChangeLog: - rm -f ChangeLog - rcs2log -u "zarq Ivo Timmermans itimmermans@bigfoot.com" \ - -u "guus Guus Sliepen guus@sliepen.warande.net" | \ - 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 "$$f"; \ - done +astyle: + astyle --options=.astylerc -nQ src/*.[ch] src/ed25519/e*.[ch] examples/*.[ch] examples/*.cc test/*.[ch]