aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-29 07:34:03 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-29 07:34:03 +0000
commitb0d5489a2fd9bf8f17a132bf4c0ce6287b9c6070 (patch)
treeed832d43a8545df9a1362eb4a6ce7e57a5dc480c /configure.ac
parent279674a0caaff0e8c03a20374c897fb51db574d8 (diff)
added tests/ and build/ to the build
svn path=/trunk/externals/zexy/; revision=15396
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d5ffd1c..c85e048 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,15 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([zexy], [2.2.4], [zmoelnig@iem.at], [zexy], [http://get.puredata.info/zexy])
+AC_INIT([zexy], [2.2.5], [zmoelnig@iem.at], [zexy], [http://get.puredata.info/zexy])
AM_INIT_AUTOMAKE([1.10 foreign])
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile src/Makefile abs/Makefile reference/Makefile])
AC_PROG_LIBTOOL()
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_SRCDIR([src/zexy.c])
IEM_OPERATING_SYSTEM