diff src/plugins/expire/Makefile.am @ 8370:ffe34451c01a HEAD

expire-tool: Use the new auth-master API instead of doing the lookup ourself.
author Timo Sirainen <tss@iki.fi>
date Sat, 01 Nov 2008 14:49:12 +0200
parents f5d1dc944a7c
children 469fc16380da
line wrap: on
line diff
--- a/src/plugins/expire/Makefile.am	Sat Nov 01 14:25:05 2008 +0200
+++ b/src/plugins/expire/Makefile.am	Sat Nov 01 14:49:12 2008 +0200
@@ -2,6 +2,7 @@
 
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/lib \
+	-I$(top_srcdir)/src/lib-auth \
 	-I$(top_srcdir)/src/lib-dict \
 	-I$(top_srcdir)/src/lib-mail \
 	-I$(top_srcdir)/src/lib-imap \
@@ -37,6 +38,7 @@
 	$(top_builddir)/src/lib-imap/libimap.a \
 	$(top_builddir)/src/lib-mail/libmail.a \
 	$(top_builddir)/src/lib-dict/libdict.a \
+	$(top_builddir)/src/lib-auth/libauth.a \
 	$(top_builddir)/src/lib-charset/libcharset.a \
 	$(top_builddir)/src/lib/liblib.a