*** empty log message ***

This commit is contained in:
saintel 2008-09-15 06:53:50 +00:00
parent 00cbe5790f
commit c2bb21e261
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
2008-09-15 Lionel Sainte Cluque
* src/Makefile.am: Add $(DESTDIR) in tclspice installation, required by
debian package.
* src/Makefile.am: Add $(DESTDIR) in tclspice installation, required by debian package.
* src/Makefile.am: Use -no-undefined only for windows build (libspice_la_LDFLAGS)
2008-09-13 Holger Vogt
* configure.in: add AC_LIBTOOL_WIN32_DLL

View File

@ -267,7 +267,10 @@ libspice_la_LIBADD = ngspice.lo conf.lo \
misc/libmisc.la \
tclspice.lo $(LIBS)
libspice_la_CFLAGS = $(AM_CFLAGS)
libspice_la_LDFLAGS = -shared -Wl,--version-script=tclspice.map -no-undefined
libspice_la_LDFLAGS = -shared -Wl,--version-script=tclspice.map
if WINDOWS
libspice_la_LDFLAGS += -no-undefined
endif
CLEANFILES = pkgIndex.tcl libspice.so