cxx: Makefile.am: Use libtool's -no-undefined option.

This commit is contained in:
Uwe Hermann 2015-04-07 02:29:09 +02:00
parent ff101fca12
commit fc8f82e965
1 changed files with 2 additions and 0 deletions

View File

@ -466,6 +466,8 @@ bindings_cxx_libsigrokcxx_la_LIBADD = libsigrok.la $(glibmm_LIBS)
bindings_cxx_libsigrokcxx_la_LDFLAGS = $(SR_LIB_LDFLAGS)
bindings_cxx_libsigrokcxx_la_LDFLAGS += -no-undefined
bindings_cxx_libsigrokcxx_la_includedir = $(includedir)/libsigrokcxx
bindings_cxx_libsigrokcxx_la_include_HEADERS = \
bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp \