diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 15:27:14 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 15:27:14 -0300 |
commit | 8b1526d934f16e34ab02a1537eae18aff2936c5b (patch) | |
tree | 7a836a080bbf1b12ab7e4c00ec053012c02df482 | |
parent | a90e21e40723a63a5727906d82cf33e111c787c5 (diff) | |
download | blogc-8b1526d934f16e34ab02a1537eae18aff2936c5b.tar.gz blogc-8b1526d934f16e34ab02a1537eae18aff2936c5b.tar.bz2 blogc-8b1526d934f16e34ab02a1537eae18aff2936c5b.zip |
build: fix
-rw-r--r-- | Makefile.am | 4 |
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 |