aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-19 15:27:14 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-19 15:27:14 -0300
commit8b1526d934f16e34ab02a1537eae18aff2936c5b (patch)
tree7a836a080bbf1b12ab7e4c00ec053012c02df482 /Makefile.am
parenta90e21e40723a63a5727906d82cf33e111c787c5 (diff)
downloadblogc-8b1526d934f16e34ab02a1537eae18aff2936c5b.tar.gz
blogc-8b1526d934f16e34ab02a1537eae18aff2936c5b.tar.bz2
blogc-8b1526d934f16e34ab02a1537eae18aff2936c5b.zip
build: fix
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a934945..71747dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,7 @@
ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_CONFIGURE_FLAGS = \
- --enable-examples \
--enable-cmocka \
- --disable-leg \
--disable-valgrind
@@ -179,3 +177,5 @@ valgrind: all
--num-callers=20 \
--error-exitcode=1 \
--show-possibly-lost=no"
+
+endif