Add missing thanks to the NEWS message.
[tinc] / Makefile.am
index 0ea29c8..bfaf557 100644 (file)
@@ -1,10 +1,15 @@
 ## Process this file with automake to get Makefile.in
 
-AUTOMAKE_OPTIONS = gnits
+AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = m4 lib cipher src doc
+SUBDIRS = src doc distro
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 
 
-EXTRA_DIST = TODO
+EXTRA_DIST = COPYING.README README.android
 
+ChangeLog:
+       git log > ChangeLog
+
+astyle:
+       astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]