update tclspice to support build in a sparate directory
This commit is contained in:
parent
1674edf412
commit
772446d368
|
|
@ -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 ,
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue