summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 055cc4d8b..0f6414189 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,6 +90,9 @@ checkmans:
checkxalloc:
@ $(top_srcdir)/tools/checkxalloc.sh
+checkdecl:
+ @ $(top_srcdir)/tools/checkdecl.sh
+
ENABLE_ALL = --enable-static-programs --enable-most-builds
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-use-tty-group \
--disable-silent-rules $(ENABLE_ALL) \