summaryrefslogtreecommitdiffstats
path: root/src/util/support/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-06-15 23:58:19 +0000
committerKen Raeburn <raeburn@mit.edu>2006-06-15 23:58:19 +0000
commit0795715f6731138f24c1e87f4773b099d20adc09 (patch)
tree24d21d719a9dd55a84ba1b45db7559c8f0563e14 /src/util/support/Makefile.in
parent1b47bac1c93c53d6c2501b080c969adc65d1dbe1 (diff)
downloadkrb5-0795715f6731138f24c1e87f4773b099d20adc09.tar.gz
krb5-0795715f6731138f24c1e87f4773b099d20adc09.tar.xz
krb5-0795715f6731138f24c1e87f4773b099d20adc09.zip
* configure.in: Set and substitute SUPPORTLIB_MAJOR based on operating system.
* util/support/Makefile.in (LIBMAJOR): Use it. (LIBMINOR): Bump. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18152 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support/Makefile.in')
-rw-r--r--src/util/support/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index 4b0ea81bb..fdc923e7f 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -19,8 +19,8 @@ PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
LIBBASE=krb5support
-LIBMAJOR=1
-LIBMINOR=0
+LIBMAJOR=@SUPPORTLIB_MAJOR@
+LIBMINOR=1
LIBINITFUNC=krb5int_thread_support_init
LIBFINIFUNC=krb5int_thread_support_fini