From fbc88167024753c7b003a45bd988cb144d707ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 17 Jan 2012 08:33:48 +0000 Subject: version info is kept in configure.ac rather than having multiple differing sources of the current zexy-version, we only store it in configure.ac and set it from there... svn path=/trunk/externals/zexy/; revision=15877 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dc66dde..ba6ee14 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile src/Makefile abs/Makefile reference/Makefile]) AC_CONFIG_FILES([tests/Makefile build/Makefile]) +AC_CONFIG_FILES([zexy-meta.pd]) AC_CONFIG_SRCDIR([src/zexy.c]) -- cgit v1.2.1