diff options
Diffstat (limited to 'gnu/lib/Makefile.inc')
| -rw-r--r-- | gnu/lib/Makefile.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/lib/Makefile.inc b/gnu/lib/Makefile.inc index b0e5d4bdbc8d..fca604a41eac 100644 --- a/gnu/lib/Makefile.inc +++ b/gnu/lib/Makefile.inc @@ -1,4 +1,8 @@ -# $Id: Makefile.inc,v 1.1 1994/01/30 01:03:16 rgrimes Exp $ +# $Id: Makefile.inc,v 1.3 1994/05/28 09:56:30 csgr Exp $ SHLIB_MAJOR?= 1 -SHLIB_MINOR?= 0 +SHLIB_MINOR?= 1 + + +# NB: SHLIB major and minor nos. must also be specified in libg++/Makefile.inc +# (This is due to the deeper tree structure of libg++) |
