X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=Makefile.am;h=8b39f753612a04034b55d40da4e84204a7af5cd4;hb=fc7a1cc27751514e3175c9c50781d724a91d0f0e;hp=d1b46fd6115e21b8685733b95c25a32572aeecec;hpb=8a90de94a1b0e6cdaf51559d44f04a75d5f9ab0e;p=meshlink diff --git a/Makefile.am b/Makefile.am index d1b46fd6..8b39f753 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,24 +1,17 @@ ## 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 = TODO - -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 = \ + COPYING.README \ + 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]