]> andersk Git - libyaml.git/blobdiff - configure.ac
Set YAML_AGE to 0 as the current interface is not really compatible with the previous...
[libyaml.git] / configure.ac
index f494c1a44e9f2683ea0ed1bfa88283e29760ff0d..29b303fff05262249ca3530e3518d9b21e9d0a78 100644 (file)
@@ -20,7 +20,7 @@ m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
 m4_define([YAML_RELEASE], 0)
 m4_define([YAML_CURRENT], 2)
 m4_define([YAML_REVISION], 0)
-m4_define([YAML_AGE], 1)
+m4_define([YAML_AGE], 0)
 
 # Initialize autoconf & automake.
 AC_PREREQ(2.59)
@@ -67,7 +67,7 @@ AC_C_CONST
 AC_TYPE_SIZE_T
 
 # Define Makefiles.
-AC_CONFIG_FILES([include/Makefile src/Makefile Makefile tests/Makefile])
+AC_CONFIG_FILES([include/Makefile src/Makefile Makefile tests/Makefile win32/Makefile])
 
 # Generate the "configure" script.
 AC_OUTPUT
This page took 0.028516 seconds and 4 git commands to generate.