Skip to content
GitLab
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
89db9aa5
Commit
89db9aa5
authored
Jul 23, 2004
by
Alexandre Duret-Lutz
Browse files
* src/Makefile.am (libbdd_la_LDFLAGS): Add -no-undefined.
parent
f6174b7f
Changes
3
Hide whitespace changes
Inline
Side-by-side
buddy/ChangeLog
View file @
89db9aa5
2004-07-23 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/Makefile.am (libbdd_la_LDFLAGS): Add -no-undefined.
2004-07-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
* examples/bddcalc/parser.yxx (actionSeq, varlist): Rewrite as
...
...
buddy/configure.ac
View file @
89db9aa5
...
...
@@ -10,6 +10,7 @@ AC_PROG_YACC
AC_PROG_CXX
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
buddy_DEBUG_FLAGS
...
...
buddy/src/Makefile.am
View file @
89db9aa5
...
...
@@ -25,7 +25,7 @@ libbdd_la_SOURCES = \
# See the `Updating version info' node of the Libtool manual before
# changing this.
libbdd_la_LDFLAGS
=
-version-info
0:0:0
libbdd_la_LDFLAGS
=
-no-undefined
-version-info
0:0:0
check_PROGRAMS
=
bddtest
bddtest_SOURCES
=
bddtest.cxx
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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