diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ # include config file +CFLAGSORIG := $(CFLAGS) CONFIG ?= .config -include $(CONFIG) +-include $(DOVECOT)/dovecot-config +INSTALLDIR ?= $(moduledir)/imap +# Kill CFLAGS from dovecot-config +CFLAGS := $(CFLAGSORIG) # includes/flags we need for building a dovecot plugin CFLAGS += -DHAVE_CONFIG_H |