mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29:34 -05:00
$LIBVERSION -> $(LIBVERSION)
This commit is contained in:
parent
68fb44b450
commit
c04fb542e6
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
||||||
|
|
||||||
LIBTOOL = @LIBTOOL@
|
LIBTOOL = @LIBTOOL@
|
||||||
LIBVERSION = 0:0:0
|
LIBVERSION = 0:0:0
|
||||||
LTVERSION = --version-info $LIBVERSION
|
LTVERSION = --version-info $(LIBVERSION)
|
||||||
LTLIBLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LTVERSION)
|
LTLIBLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LTVERSION)
|
||||||
LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)
|
LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)
|
||||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue