summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-14 05:46:55 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-14 05:46:55 +0100
commit81038ada58567a4058833efbadbe19942d60e2c6 (patch)
treebbc45d8b43277204e0b92a64e103095907a4d341 /configure.ac
parent1473b84ceed2be98006bf0e9e7a0487dfa42f034 (diff)
Imported Upstream version 1.1.0upstream/1.1.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index addd5a0..1a27829 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([psocksxx], [1.0.0], [https://github.com/nukedzn/psocksxx/issues])
+AC_INIT([psocksxx], [1.1.0], [https://github.com/nukedzn/psocksxx/issues])
AC_CONFIG_AUX_DIR([aux-build])
AC_CONFIG_MACRO_DIR([aux-build/m4])
AC_CONFIG_HEADERS([include/config.h])
@@ -37,7 +37,7 @@ LIBPSOCKSXX_LT_VERSION=1:3:1
AC_SUBST(LIBPSOCKSXX_LT_VERSION)
# init
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([1.13 foreign])
LT_INIT()
# check for programs
@@ -80,6 +80,8 @@ AC_CONFIG_FILES([ \
lib/Makefile \
lib/psocksxx/Makefile \
src/Makefile \
+ src/examples/Makefile \
+ src/examples/echo/Makefile \
test/Makefile \
])