* 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

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