From: ellson Date: Tue, 18 Oct 2005 21:05:35 +0000 (+0000) Subject: Don't use libtool version for dlls - only for plugin api X-Git-Tag: LAST_LIBGRAPH~32^2~7109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ba302698e50e3ad0ae3983dd318b41b3a63a4ce;p=graphviz Don't use libtool version for dlls - only for plugin api --- diff --git a/tclpkg/gdtclft/Makefile.am b/tclpkg/gdtclft/Makefile.am index cf795249f..83ea33e6c 100644 --- a/tclpkg/gdtclft/Makefile.am +++ b/tclpkg/gdtclft/Makefile.am @@ -27,7 +27,7 @@ libgdtclft_la_SOURCES = gdtclft.c libgdtclft_la_LIBADD = \ $(top_builddir)/tclpkg/tclhandle/libtclhandle.la \ $(top_builddir)/tclpkg/tclstubs/libtclstubs.la @GD_LIBS@ -libgdtclft_la_LDFLAGS = -module -version-info @VERSION_INFO@ -no-undefined +libgdtclft_la_LDFLAGS = -module -no-undefined if WITH_TCL all-local: pkgIndex.tcl diff --git a/tclpkg/tcldot/Makefile.am b/tclpkg/tcldot/Makefile.am index 59cc40b7e..6825d4b80 100644 --- a/tclpkg/tcldot/Makefile.am +++ b/tclpkg/tcldot/Makefile.am @@ -37,7 +37,7 @@ libtcldot_la_LIBADD = \ $(top_builddir)/tclpkg/tclhandle/libtclhandle.la \ $(top_builddir)/tclpkg/tclstubs/libtclstubs.la \ $(top_builddir)/lib/gvc/libgvc.la @LIBGEN_LIBS@ @LIBLTDL@ -libtcldot_la_LDFLAGS = -module -version-info @VERSION_INFO@ -no-undefined +libtcldot_la_LDFLAGS = -module -no-undefined if WITH_TCL all-local: pkgIndex.tcl diff --git a/tclpkg/tclpathplan/Makefile.am b/tclpkg/tclpathplan/Makefile.am index f03f4b340..7de0fe93b 100644 --- a/tclpkg/tclpathplan/Makefile.am +++ b/tclpkg/tclpathplan/Makefile.am @@ -21,7 +21,7 @@ libtclplan_la_LIBADD = \ $(top_builddir)/tclpkg/tclhandle/libtclhandle.la \ $(top_builddir)/tclpkg/tclstubs/libtclstubs.la \ $(top_builddir)/lib/pathplan/libpathplan.la -libtclplan_la_LDFLAGS = -module -version-info @VERSION_INFO@ -no-undefined +libtclplan_la_LDFLAGS = -module -no-undefined if WITH_TCL all-local: pkgIndex.tcl diff --git a/tclpkg/tkspline/Makefile.am b/tclpkg/tkspline/Makefile.am index 6868c669b..da2dd0bc7 100644 --- a/tclpkg/tkspline/Makefile.am +++ b/tclpkg/tkspline/Makefile.am @@ -27,7 +27,7 @@ libtkspline_la_SOURCES = tkspline.c libtkspline_la_LIBADD = \ $(top_builddir)/tclpkg/tkstubs/libtkstubs.la \ $(top_builddir)/tclpkg/tclstubs/libtclstubs.la -libtkspline_la_LDFLAGS = -module -version-info @VERSION_INFO@ -no-undefined +libtkspline_la_LDFLAGS = -module -no-undefined if WITH_TK all-local: pkgIndex.tcl