Skip to content
Snippets Groups Projects
Commit c04fb542 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

$LIBVERSION -> $(LIBVERSION)

parent 68fb44b4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment