diff --git a/Makefile.am b/Makefile.am index f1d1e2b..db55b57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,7 +107,7 @@ endif if ENABLE_CPPCHECK cppcheck: - $(CPPCHECK) -q -v -f --enable=all . + $(CPPCHECK) -q -v -f --enable=all $(DEFS) . endif # Release