diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 19:09:46 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 19:09:46 -0300 |
commit | 01e9b5c0191762b75175f6eabfb9915f9899fc15 (patch) | |
tree | c1db09f8681e30f46b6cc9cb4661d6eed162603e /Makefile.am | |
parent | 329ef39c0fe382498dde48b5822b041a3804f618 (diff) | |
download | blogc-01e9b5c0191762b75175f6eabfb9915f9899fc15.tar.gz blogc-01e9b5c0191762b75175f6eabfb9915f9899fc15.tar.bz2 blogc-01e9b5c0191762b75175f6eabfb9915f9899fc15.zip |
build: replace --enable-cmocka with --enable-tests
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0988b5f..1c56a55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4 AM_DISTCHECK_CONFIGURE_FLAGS = \ - --enable-cmocka \ + --enable-tests \ --disable-valgrind |