Fix a bug that could prevent tinc from starting correctly on Windows.
[tinc] / Makefile.am
index 0ea29c8..b09f531 100644 (file)
@@ -1,10 +1,12 @@
 ## Process this file with automake to get Makefile.in
 
-AUTOMAKE_OPTIONS = gnits
+AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = m4 lib cipher src doc
+SUBDIRS = m4 src doc
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 
 
-EXTRA_DIST = TODO
+EXTRA_DIST = COPYING.README README.android
 
+ChangeLog:
+       git log > ChangeLog