Commit 604f0683 604f0683b1df6d0700d9f32cadb652b4d0afeea2 by Sergey Poznyakoff

Added @GUILE_INCLUDES@ and @GUILE_LIBS@.

1 parent 21263a7f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 4
5 AUTOMAKE_OPTIONS = ../lib/ansi2knr 5 AUTOMAKE_OPTIONS = ../lib/ansi2knr
6 INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \ 6 INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
7 -I$(top_srcdir)/libmu_scm 7 -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@
8 8
9 SUBDIRS=scm 9 SUBDIRS=scm
10 10
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
3 # See file COPYING in the distribution root directory for copying conditions. 3 # See file COPYING in the distribution root directory for copying conditions.
4 4
5 AUTOMAKE_OPTIONS = ../lib/ansi2knr 5 AUTOMAKE_OPTIONS = ../lib/ansi2knr
6 INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm 6 INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@
7 7
8 libexec_PROGRAMS = mail.local 8 libexec_PROGRAMS = mail.local
9 mail_local_SOURCES = main.c mailquota.c script.c mail.local.h 9 mail_local_SOURCES = main.c mailquota.c script.c mail.local.h
10 10
11 mail_local_LDADD = @LIBMU_SCM@ ../mailbox/libmailbox.la \ 11 mail_local_LDADD = @LIBMU_SCM@ @GUILE_LIBS@ ../mailbox/libmailbox.la \
12 @AUTHLIBS@ ../lib/libmailutils.la @GUILE_LIBS@ 12 @AUTHLIBS@ ../lib/libmailutils.la
13 13
14 14
15 install-exec-hook: 15 install-exec-hook:
......