* configure.ac: Call AC_LIBTOOL_WIN32_DLL
* src/Makefile.am (libspot_la_LDFLAGS): Add -no-undefined.
This commit is contained in:
parent
3b693c5ca7
commit
9bdefd34e7
3 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-23 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* configure.ac: Call AC_LIBTOOL_WIN32_DLL
|
||||||
|
* src/Makefile.am (libspot_la_LDFLAGS): Add -no-undefined.
|
||||||
|
|
||||||
2004-07-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-07-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/tgbatest/explicit.test: Do not use `-i', it's not needed
|
* src/tgbatest/explicit.test: Do not use `-i', it's not needed
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ AX_CHECK_BUDDY
|
||||||
AX_CHECK_LBTT
|
AX_CHECK_LBTT
|
||||||
AX_CHECK_GSPNLIB
|
AX_CHECK_GSPNLIB
|
||||||
|
|
||||||
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
CF_GXX_WARNINGS
|
CF_GXX_WARNINGS
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ SUBDIRS = misc ltlenv ltlast ltlvisit ltlparse tgba tgbaalgos tgbaparse . \
|
||||||
|
|
||||||
lib_LTLIBRARIES = libspot.la
|
lib_LTLIBRARIES = libspot.la
|
||||||
libspot_la_SOURCES =
|
libspot_la_SOURCES =
|
||||||
libspot_la_LDFLAGS = $(BUDDY_LDFLAGS)
|
libspot_la_LDFLAGS = $(BUDDY_LDFLAGS) -no-undefined
|
||||||
libspot_la_LIBADD = \
|
libspot_la_LIBADD = \
|
||||||
misc/libmisc.la \
|
misc/libmisc.la \
|
||||||
ltlenv/libltlenv.la \
|
ltlenv/libltlenv.la \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue