Commit 604f0683 604f0683b1df6d0700d9f32cadb652b4d0afeea2 by Sergey Poznyakoff

Added @GUILE_INCLUDES@ and @GUILE_LIBS@.

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