Commit 9d449587 9d4495871468cad1d6fb19e9b8728bd343cd0be3 by Sergey Poznyakoff

Added $(top_srcdir)/mailbox to INCLUDES.

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