Added $(top_srcdir)/mailbox to INCLUDES.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment