diff options
author | Steffen Kaiser <Steffen.Kaiser@fh-bonn-rhein-sieg.de> | 2008-03-16 19:12:45 +0100 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-03-16 19:12:45 +0100 |
commit | f830fd1494e0b05d9fcd48aa0c9eb0a32138e4eb (patch) | |
tree | d7abc62a9aa1a4dfe0709d60e4cdaa525c63b4a6 /Makefile | |
parent | 0c7ddc116b1594285b490f5ed2ff035dfd5614bc (diff) | |
download | dovecot-antispam-f830fd1494e0b05d9fcd48aa0c9eb0a32138e4eb.tar.gz dovecot-antispam-f830fd1494e0b05d9fcd48aa0c9eb0a32138e4eb.tar.xz dovecot-antispam-f830fd1494e0b05d9fcd48aa0c9eb0a32138e4eb.zip |
autoget Dovecot plugin dir
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 |