summaryrefslogtreecommitdiff
path: root/pop3d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 16:04:15 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 16:04:15 +0000
commit3e7dd58fe70a1f5ff410885857ae0cf999928341 (patch)
tree9eb51e879b1c2d5b7f17b3e7ab004d13494fe236 /pop3d
parent03799a7ff00f0844425f3e6435e0395e65568519 (diff)
downloadmailutils-3e7dd58fe70a1f5ff410885857ae0cf999928341.tar.gz
mailutils-3e7dd58fe70a1f5ff410885857ae0cf999928341.tar.bz2
(INCLUDES): Add $(top_srcdir)/mailbox
Diffstat (limited to 'pop3d')
-rw-r--r--pop3d/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/Makefile.am b/pop3d/Makefile.am
index 006391250..958e62ec8 100644
--- a/pop3d/Makefile.am
+++ b/pop3d/Makefile.am
@@ -17,7 +17,7 @@
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu -I$(top_srcdir)/include @INTLINCS@
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I${top_builddir}/include/mailutils/gnu -I$(top_srcdir)/include @INTLINCS@
sbin_PROGRAMS = pop3d
bin_PROGRAMS = @POPAUTH@

Return to:

Send suggestions and report system problems to the System administrator.