]> granicus.if.org Git - graphviz/commitdiff
move library versioning from configure.ac, to teh Makefile.am, so
authorellson <devnull@localhost>
Wed, 18 Feb 2009 16:14:12 +0000 (16:14 +0000)
committerellson <devnull@localhost>
Wed, 18 Feb 2009 16:14:12 +0000 (16:14 +0000)
that libraries can have their .so versions bumped independantly

lib/pathplan/Makefile.am

index 4bf86f4ca8d88057e1c11bfe1cb412fe9fef0d23..31d3ad542bc106ac5a7b77f8d049c25dfa590637 100644 (file)
@@ -1,6 +1,8 @@
 # $Id$ $Revision$
 ## Process this file with automake to produce Makefile.in
 
+PATHPLAN_VERSION="4:0:0"
+
 pdfdir = $(pkgdatadir)/doc/pdf
 pkgconfigdir = $(libdir)/pkgconfig
 
@@ -20,7 +22,7 @@ pdf_DATA = pathplan.3.pdf
 libpathplan_C_la_SOURCES = cvt.c inpoly.c route.c shortest.c \
        shortestpth.c solvers.c triang.c util.c visibility.c
 
-libpathplan_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
+libpathplan_la_LDFLAGS = -version-info $(PATHPLAN_VERSION) -no-undefined
 libpathplan_la_SOURCES = $(libpathplan_C_la_SOURCES)
 libpathplan_la_LIBADD = @MATH_LIBS@