diff options
Diffstat (limited to 'maintMakefile')
-rw-r--r-- | maintMakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/maintMakefile b/maintMakefile index 188ff24..11a76af 100644 --- a/maintMakefile +++ b/maintMakefile @@ -5,6 +5,9 @@ # We like mondo-warnings! AM_CFLAGS += -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wbad-function-cast +MAKE_MAINTAINER_MODE := -DMAKE_MAINTAINER_MODE +AM_CPPFLAGS += $(MAKE_MAINTAINER_MODE) + # I want this one but I have to wait for the const cleanup! # -Wwrite-strings |