Keep make dist(dir) happy.
[tinc] / configure.in
index 17debd1..3d4dc23 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/tincd.c)
-AM_INIT_AUTOMAKE(tinc, 0.3.4)
+AM_INIT_AUTOMAKE(tinc, 1.0)
 AM_CONFIG_HEADER(config.h)
 
 # Enable GNU extensions.
@@ -61,4 +61,4 @@ else
 fi
 
 AC_OUTPUT([Makefile src/Makefile cipher/Makefile cipher/blowfish/Makefile
-cipher/idea/Makefile doc/Makefile lib/Makefile m4/Makefile])
+cipher/idea/Makefile doc/Makefile lib/Makefile m4/Makefile redhat/Makefile])