summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2007-09-25 14:38:00 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2007-09-25 14:38:00 +0000
commit0520ee6743210b627aa64c881a779aa36f5fa37c (patch)
tree382959ec98ef4deb2cc1c1f36eed5c26fa2e7a8e /Makefile.in
parentdff0b4d63a4896e7cb1d716d6af6648bf3d64aa3 (diff)
downloadlibapr-0520ee6743210b627aa64c881a779aa36f5fa37c.tar.gz
* 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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
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@