Don't use libtool version for dlls - only for plugin api
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:35 +0000 (21:05 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:35 +0000 (21:05 +0000)
tclpkg/gdtclft/Makefile.am
tclpkg/tcldot/Makefile.am
tclpkg/tclpathplan/Makefile.am
tclpkg/tkspline/Makefile.am

index cf795249f339efd9b5276f3386c4a0c6f059877f..83ea33e6c8b1ea7d3c7ff936131d84129fd818a1 100644 (file)
@@ -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
index 59cc40b7e972f0360ec7e58a26f5403dd890485b..6825d4b8070f89ed55f5fb649c4aaf310cac9881 100644 (file)
@@ -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
index f03f4b340df9338d941db724e833f12cbcf8728f..7de0fe93bfe311b4d296eed0a6b85b26dc24c141 100644 (file)
@@ -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
index 6868c669b10a7eb75ef115528413b230436cdd5d..da2dd0bc7f56e289e38b1a0cc02a78c1f47164dd 100644 (file)
@@ -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