From: Timo Sirainen Date: Mon, 26 Jul 2004 17:59:38 +0000 (+0300) Subject: dovecotpw_INCLUDES didn't actually work. Don't even try, src/auth/ must be X-Git-Tag: 1.1.alpha1~3734 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf97bdfd7d1248a69a292b9b572e0477dbc2b11;p=thirdparty%2Fdovecot%2Fcore.git dovecotpw_INCLUDES didn't actually work. Don't even try, src/auth/ must be compiled before we get here. --HG-- branch : HEAD --- diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 8c9e8e9bf8..742c9c2852 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -13,9 +13,6 @@ rawlog_LDADD = \ rawlog_SOURCES = \ rawlog.c -dovecotpw_INCLUDES = \ - -DAUTH_MODULE_DIR=\""$(moduledir)/auth"\" - dovecotpw_LDADD = \ ../lib/liblib.a \ ../auth/password-scheme.o \