aboutsummaryrefslogtreecommitdiff
path: root/libvtv/Makefile.am
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2016-05-02 18:10:17 +0000
committerRainer Orth <ro@gcc.gnu.org>2016-05-02 18:10:17 +0000
commit4344d7fa74ae01f86536f8b476627f982de34391 (patch)
treec9f8739cceb1936548cfb64f8e697d376620bdb8 /libvtv/Makefile.am
parent201da53f661de26ec1a185d7578e40dd3895bb05 (diff)
downloadgcc-4344d7fa74ae01f86536f8b476627f982de34391.zip
gcc-4344d7fa74ae01f86536f8b476627f982de34391.tar.gz
gcc-4344d7fa74ae01f86536f8b476627f982de34391.tar.bz2
Don't install libvtv without --enable-vtable-verify
* Makefile.am (toolexeclib_LTLIBRARIES): Only set if ENABLE_VTABLE_VERIFY. Simplify. * Makefile.in: Regenerate. From-SVN: r235772
Diffstat (limited to 'libvtv/Makefile.am')
-rw-r--r--libvtv/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am
index edfd5ae..8c47d1a 100644
--- a/libvtv/Makefile.am
+++ b/libvtv/Makefile.am
@@ -38,10 +38,11 @@ AM_CXXFLAGS = $(XCFLAGS)
AM_CXXFLAGS += $(LIBSTDCXX_RAW_CXX_CXXFLAGS)
AM_CXXFLAGS += -Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end
-if VTV_CYGMIN
- toolexeclib_LTLIBRARIES = libvtv.la libvtv_stubs.la
-else
+if ENABLE_VTABLE_VERIFY
toolexeclib_LTLIBRARIES = libvtv.la
+if VTV_CYGMIN
+ toolexeclib_LTLIBRARIES += libvtv_stubs.la
+endif
endif
vtv_headers = \