mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
$LIBVERSION -> $(LIBVERSION)
This commit is contained in:
parent
68fb44b450
commit
c04fb542e6
@ -48,7 +48,7 @@ MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
||||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = 0:0:0
|
||||
LTVERSION = --version-info $LIBVERSION
|
||||
LTVERSION = --version-info $(LIBVERSION)
|
||||
LTLIBLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LTVERSION)
|
||||
LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)
|
||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||
|
Loading…
Reference in New Issue
Block a user