Browse Source

update tclspice to support build in a sparate directory

rlar 15 years ago
parent
commit
772446d368
  1. 4
      ChangeLog
  2. 2
      src/Makefile.am

4
ChangeLog

@ -1,3 +1,7 @@
2011-06-01 Robert Larice
* src/Makefile.am :
update tclspice to support build in a sparate directory
2011-05-31 Robert Larice
* tests/bin/check_cmc.sh ,
* tests/bin/runQaTests.pl ,

2
src/Makefile.am

@ -391,7 +391,7 @@ libspice_la_LIBADD += \
$(LIBS)
libspice_la_CFLAGS = $(AM_CFLAGS)
libspice_la_LDFLAGS = -shared -Wl,--version-script=tclspice.map
libspice_la_LDFLAGS = -shared -Wl,--version-script=$(srcdir)/tclspice.map
if TCLWIN
libspice_la_LDFLAGS += -no-undefined
libspice_la_LDFLAGS += --def spice.def @TCL_LIB_SPEC@

Loading…
Cancel
Save