diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-05-20 16:20:46 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-05-20 16:20:46 +0200 |
commit | e99cd8c4af775feb8d45fa9573d519538780633a (patch) | |
tree | e9925222d7a9b440e836edab79ef05c850662e47 /Makefile | |
parent | 040460910aa98e57cb579df1a3321021b165ab5f (diff) | |
download | dovecot-antispam-e99cd8c4af775feb8d45fa9573d519538780633a.tar.gz dovecot-antispam-e99cd8c4af775feb8d45fa9573d519538780633a.tar.xz dovecot-antispam-e99cd8c4af775feb8d45fa9573d519538780633a.zip |
include -Wall in CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ INSTALLDIR ?= $(moduledir)/imap CFLAGS := $(CFLAGSORIG) # includes/flags we need for building a dovecot plugin -CFLAGS += -DHAVE_CONFIG_H +CFLAGS += -DHAVE_CONFIG_H -Wall CFLAGS += -I$(DOVECOT)/ CFLAGS += -I$(DOVECOT)/src/ CFLAGS += -I$(DOVECOT)/src/lib/ |