# HG changeset patch # User Timo Sirainen # Date 1090864778 -10800 # Node ID 0169e0cad079cb14c3e75817bde6d06cb903e96d # Parent d216ff496d01e7ad6cec54a5c243d26e9baecf16 dovecotpw_INCLUDES didn't actually work. Don't even try, src/auth/ must be compiled before we get here. diff -r d216ff496d01 -r 0169e0cad079 src/util/Makefile.am --- a/src/util/Makefile.am Mon Jul 26 20:11:15 2004 +0300 +++ b/src/util/Makefile.am Mon Jul 26 20:59:38 2004 +0300 @@ -13,9 +13,6 @@ rawlog_SOURCES = \ rawlog.c -dovecotpw_INCLUDES = \ - -DAUTH_MODULE_DIR=\""$(moduledir)/auth"\" - dovecotpw_LDADD = \ ../lib/liblib.a \ ../auth/password-scheme.o \