Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-01-16 16:06:41 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-01-16 16:06:41 +0300
commitdf726557ad6cc7cdea40d5f6b4db89d2c651e157 (patch)
tree5ca725efeb7192be8f423f07f256139119b078ab /configure.ac
parent7f1822961de6af9a974cd07cab4de6b86a60b574 (diff)
Change name of libcelt to libcelt0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4f13d7e..7c9d4ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ CELT_MINOR_VERSION=7
CELT_MICRO_VERSION=0
CELT_EXTRA_VERSION=
CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION
+LIBCELT_SUFFIX=0
CELT_LT_CURRENT=0
CELT_LT_REVISION=0
@@ -17,6 +18,7 @@ CELT_LT_AGE=0
AC_SUBST(CELT_LT_CURRENT)
AC_SUBST(CELT_LT_REVISION)
AC_SUBST(CELT_LT_AGE)
+AC_SUBST(LIBCELT_SUFFIX)
# For automake.
VERSION=$CELT_VERSION