diff options
Diffstat (limited to 'lib/libbegemot/Makefile')
-rw-r--r-- | lib/libbegemot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbegemot/Makefile b/lib/libbegemot/Makefile index aec42b6..1b728aa 100644 --- a/lib/libbegemot/Makefile +++ b/lib/libbegemot/Makefile @@ -5,7 +5,7 @@ LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot .PATH: ${LIBBEGEMOT_DIR} LIB= begemot -SHLIB_MAJOR= 1 +SHLIB_MAJOR= 2 SHLIBDIR?= /lib # WARNS?= 6 |