Skip to content
Snippets Groups Projects
Commit 646d854c authored by Ben Collins's avatar Ben Collins
Browse files

Libtool's version info option is -version-info, not --version-info

parent 44e371d4
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,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