summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-01-04 14:25:21 +0100
committerKarel Zak2012-01-04 14:25:21 +0100
commitd05a3e971366923d3d9ce65e1afb373188b06b10 (patch)
tree0d596b7e57ef36bfd38dcb6d2b993f862a20df6b /Makefile.am
parentcolumn: use xalloc libs (diff)
downloadkernel-qcow2-util-linux-d05a3e971366923d3d9ce65e1afb373188b06b10.tar.gz
kernel-qcow2-util-linux-d05a3e971366923d3d9ce65e1afb373188b06b10.tar.xz
kernel-qcow2-util-linux-d05a3e971366923d3d9ce65e1afb373188b06b10.zip
build-sys: add checkxalloc to toplevel Makefile
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3dd6b389b..43b28967e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,6 +88,8 @@ checkconfig:
-name '*.[hcS]' -type f -print | sort -u \
| xargs $(top_srcdir)/tools/checkconfig.sh $(top_srcdir)
+checkxalloc:
+ @ $(top_srcdir)/tools/checkxalloc.sh
ENABLE_ALL = --enable-static-programs --enable-most-builds
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-use-tty-group $(ENABLE_ALL)