Commit 9d449587 9d4495871468cad1d6fb19e9b8728bd343cd0be3 by Sergey Poznyakoff

Added $(top_srcdir)/mailbox to INCLUDES.

1 parent 62c3b010
......@@ -18,7 +18,7 @@
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib \
-I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
-I$(top_srcdir)/mailbox -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
SUBDIRS=scm
......