diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 23:53:15 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 23:53:15 +0200 |
commit | 94bde817c5a33a8cbfc016e0201a3f4c8664937f (patch) | |
tree | dd160140871a3bc36c10e4ceec526f54dbdcb9a1 | |
parent | d96a64a0a3ab81eb1dd8c7ad91ef12f312894666 (diff) | |
download | dovecot-antispam-94bde817c5a33a8cbfc016e0201a3f4c8664937f.tar.gz dovecot-antispam-94bde817c5a33a8cbfc016e0201a3f4c8664937f.tar.xz dovecot-antispam-94bde817c5a33a8cbfc016e0201a3f4c8664937f.zip |
fix crm114 build bug
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ endif ifeq ("$(BACKEND)", "signature-log") objs += signature.o endif +ifeq ("$(BACKEND)", "crm114-exec") +objs += signature.o +endif # main make rules CFLAGS += -fPIC -shared -Wall |