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