* src/Makefile.am (libbdd_la_LDFLAGS): Add -no-undefined.

This commit is contained in:
Alexandre Duret-Lutz 2004-07-23 09:06:54 +00:00
parent f6174b7f5e
commit 89db9aa512
3 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -10,6 +10,7 @@ AC_PROG_YACC
AC_PROG_CXX
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
buddy_DEBUG_FLAGS

View file

@ -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