summaryrefslogtreecommitdiff
path: root/libvtv/Makefile.am
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-07 23:40:49 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2013-08-07 23:40:49 +0000
commit0adca0561a9541e61b48d62bce5762313e745709 (patch)
tree0fc17ee70a3ffdba97eb50442871c4f2fe15a091 /libvtv/Makefile.am
parent81d635d9636fafae8379a45c761bcfb6ac3e73bf (diff)
downloadgcc-0adca0561a9541e61b48d62bce5762313e745709.tar.gz
2013-08-07 Benjamin Kosnik <bkoz@rehat.com>
* Makefile.am (SUBDIRS): Protect with ENABLE_VTABLE_VERIFY. * Makefile.in: Regenerate. * acinclude.m4 (LIBVTV_CONFIGURE): Move parts to.. * configure.ac: ...here. Make configure more verbose, re-order. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201585 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libvtv/Makefile.am')
-rw-r--r--libvtv/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am
index ab3233f2d93..73acfb4e705 100644
--- a/libvtv/Makefile.am
+++ b/libvtv/Makefile.am
@@ -19,7 +19,11 @@
## along with this library; see the file COPYING3. If not see
## <http://www.gnu.org/licenses/>.
+if ENABLE_VTABLE_VERIFY
SUBDIRS = testsuite
+else
+SUBDIRS =
+endif
ACLOCAL_AMFLAGS = -I .. -I ../config