summaryrefslogtreecommitdiff
path: root/libvtv/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2013-08-07 23:40:49 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2013-08-07 23:40:49 +0000
commit0c6cb2d1ad3738b66927353ccd557d6be3d32e70 (patch)
tree0fc17ee70a3ffdba97eb50442871c4f2fe15a091 /libvtv/Makefile.am
parent00458156b852e5876ce2814db38741f9b59262ac (diff)
Makefile.am (SUBDIRS): Protect with ENABLE_VTABLE_VERIFY.
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. From-SVN: r201585
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