From a799f03edc51320e3a70dfbfe2039d56f3cda260 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 7 Jan 2010 15:11:07 -0500 Subject: Split off libdhash into a shared library Right now, the pkg-config checks for the system version of libdhash are forcibly disabled, requiring the SSSD to build it from its own tree. In the future, when we split the libraries off from the SSSD, it will be easy to switch this check to the external library. --- dhash/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhash/configure.ac') diff --git a/dhash/configure.ac b/dhash/configure.ac index bd21028..1012afb 100644 --- a/dhash/configure.ac +++ b/dhash/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([dhash], [0.3.3], [jdennis@redhat.com]) +AC_INIT([dhash], [0.4.0], [jdennis@redhat.com]) AC_CONFIG_SRCDIR([dhash.c]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -- cgit