1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-05 09:10:18 +02:00

(libqthreads_la_LDFLAGS): Use `-version-info'

defined in var LIBQTHREADS_INTERFACE.
This commit is contained in:
Thien-Thi Nguyen 2002-03-01 20:06:14 +00:00
parent dabb7448b5
commit c4bc26f40e

View file

@ -34,9 +34,8 @@ INCLUDES = -I.. -I$(srcdir)/..
libqthreads_la_SOURCES = qt.c copyright.h
libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
libqthreads_la_LDFLAGS = -rpath $(libdir)
##- OMIT_DEPENDENCIES = axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
libqthreads_la_LDFLAGS = -rpath $(libdir) -export-dynamic -no-undefined \
-version-info @LIBQTHREADS_INTERFACE@
.s.lo:
$(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<