]> git.puffer.fish Git - matthieu/frr.git/commitdiff
build: correct libtool parameter used within Makefiles
authorBrad Smith <brad@comstyle.com>
Thu, 9 Aug 2012 00:40:09 +0000 (00:40 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 25 Sep 2012 03:56:00 +0000 (05:56 +0200)
This corrects the parameters passed to libtool when linking
the shared libraries. The paramter name is -version-info not
-version.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospfclient/Makefile.am
ospfd/Makefile.am

index 607bbed6f4fb27858f2478864748fdad8275edad..0f37aa9884aa57c742af9465228a5fa0d1f6018c 100644 (file)
@@ -3,7 +3,7 @@
 INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
 
 lib_LTLIBRARIES = libospfapiclient.la
-libospfapiclient_la_LDFLAGS = -version 0:0:0
+libospfapiclient_la_LDFLAGS = -version-info 0:0:0
 
 sbin_PROGRAMS = ospfclient
 
index f968d7d6133a2b150b317515115aba48604c2110..4e1a4fe9f0235ea4410f4af91340babe71c81ed8 100644 (file)
@@ -5,7 +5,7 @@ DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
 INSTALL_SDATA=@INSTALL@ -m 600
 
 lib_LTLIBRARIES = libospf.la
-libospf_la_LDFLAGS = -version 0:0:0
+libospf_la_LDFLAGS = -version-info 0:0:0
 
 sbin_PROGRAMS = ospfd