Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
9bdefd34
Commit
9bdefd34
authored
Jul 23, 2004
by
Alexandre Duret-Lutz
Browse files
* configure.ac: Call AC_LIBTOOL_WIN32_DLL
* src/Makefile.am (libspot_la_LDFLAGS): Add -no-undefined.
parent
3b693c5c
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9bdefd34
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>
* src/tgbatest/explicit.test: Do not use `-i', it's not needed
...
...
configure.ac
View file @
9bdefd34
...
...
@@ -38,6 +38,7 @@ AX_CHECK_BUDDY
AX_CHECK_LBTT
AX_CHECK_GSPNLIB
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
CF_GXX_WARNINGS
...
...
src/Makefile.am
View file @
9bdefd34
...
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment