From 0520ee6743210b627aa64c881a779aa36f5fa37c Mon Sep 17 00:00:00 2001 From: jorton Date: Tue, 25 Sep 2007 14:38:00 +0000 Subject: * configure.in, Makefile.in: Define the libtool versioning hint in the Makefile rather than hard-coding in the (shared) apr_rules.mk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@579264 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 4b16d56a5..f43eab070 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,6 +38,8 @@ INSTALL_DATA = @INSTALL_DATA@ # TARGETS = $(TARGET_LIB) apr.exp apr-config.out build/apr_rules.out +LT_VERSION = @LT_VERSION@ + # bring in rules.mk for standard functionality @INCLUDE_RULES@ @INCLUDE_OUTPUTS@ -- cgit v1.2.1