aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-06 17:10:57 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-06 17:24:09 +0000
commit2c59a6d20645e6f3ec8e662bbf7382d2b9101be0 (patch)
treede8faf45957638ab03adf804c1d9d522aaf348a8 /Makefile.am
parentd55e1b567554f2849db7d0b8030f68e529f5469d (diff)
Revert "When doing the distcheck cmake check only verify that cmake runs, don't verify that it can build Wireshark."
This change doesn't help: we can't get cmake to run properly. This reverts commit 956f4423df447f2e7c0f9691ba9928f104d79820. Change-Id: If1c0ec13ff35fdaa266dcd491350477e2bd91bd1 Reviewed-on: https://code.wireshark.org/review/3459 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 156f255d48..93399ea4f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1344,5 +1344,6 @@ distcheck-hook:
mkdir _cmake_build && \
cd _cmake_build && \
cmake .. && \
+ $(MAKE) && \
cd .. && \
rm -rf _cmake_build