* src/Makefile.am (libbdd_la_LDFLAGS): Add -no-undefined.
This commit is contained in:
parent
f6174b7f5e
commit
89db9aa512
3 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ AC_PROG_YACC
|
|||
|
||||
AC_PROG_CXX
|
||||
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
buddy_DEBUG_FLAGS
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue