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:
parent
dabb7448b5
commit
c4bc26f40e
1 changed files with 2 additions and 3 deletions
|
@ -34,9 +34,8 @@ INCLUDES = -I.. -I$(srcdir)/..
|
||||||
libqthreads_la_SOURCES = qt.c copyright.h
|
libqthreads_la_SOURCES = qt.c copyright.h
|
||||||
libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
|
libqthreads_la_LIBADD = qtmds.lo qtmdc.lo
|
||||||
libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
|
libqthreads_la_DEPENDENCIES = qtmds.lo qtmdc.lo
|
||||||
libqthreads_la_LDFLAGS = -rpath $(libdir)
|
libqthreads_la_LDFLAGS = -rpath $(libdir) -export-dynamic -no-undefined \
|
||||||
|
-version-info @LIBQTHREADS_INTERFACE@
|
||||||
##- OMIT_DEPENDENCIES = axp.h hppa.h i386.h ksr.h m88k.h mips.h sparc.h vax.h
|
|
||||||
|
|
||||||
.s.lo:
|
.s.lo:
|
||||||
$(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
|
$(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue