diff options
Diffstat (limited to 'Makefile.am')
-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 |