* configure.ac: Call AC_LIBTOOL_WIN32_DLL

* src/Makefile.am (libspot_la_LDFLAGS): Add -no-undefined.
This commit is contained in:
Alexandre Duret-Lutz 2004-07-23 09:08:45 +00:00
parent 3b693c5ca7
commit 9bdefd34e7
3 changed files with 7 additions and 1 deletions

View file

@ -28,7 +28,7 @@ SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse tgba tgbaalgos tgbaparse . \
lib_LTLIBRARIES = libspot.la
libspot_la_SOURCES =
libspot_la_LDFLAGS = $(BUDDY_LDFLAGS)
libspot_la_LDFLAGS = $(BUDDY_LDFLAGS) -no-undefined
libspot_la_LIBADD = \
misc/libmisc.la \
ltlenv/libltlenv.la \