]> git.meshlink.io Git - meshlink/blobdiff - Makefile.am
Add COPYING.README, detailing license obligations for users of MeshLink.
[meshlink] / Makefile.am
index 321f514440450b6567105bedaebcd1ef0e7fd798..8b39f753612a04034b55d40da4e84204a7af5cd4 100644 (file)
@@ -2,26 +2,16 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = m4 lib cipher src doc redhat debian
+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 ChangeLog
+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' > $@
-
-cvs-clean: maintainer-clean
-       for f in $(CVS_CREATED) `find -name Makefile.in` ; do\
-         rm -f "$$f"; \
-       done
+       git log > ChangeLog
 
-deb:
-       dpkg-buildpackage -rfakeroot
+astyle:
+       astyle --options=.astylerc -nQ src/*.[ch] src/ed25519/e*.[ch] examples/*.[ch] examples/*.cc test/*.[ch]