summaryrefslogtreecommitdiff
path: root/mail.local
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-10 12:02:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-10 12:02:04 +0000
commit604f0683b1df6d0700d9f32cadb652b4d0afeea2 (patch)
tree0a49c65a98abfae9a9edb925ad7cbf6b003a560a /mail.local
parent21263a7f79184500989c66aee03159f6ea3d1e39 (diff)
downloadmailutils-604f0683b1df6d0700d9f32cadb652b4d0afeea2.tar.gz
mailutils-604f0683b1df6d0700d9f32cadb652b4d0afeea2.tar.bz2
Added @GUILE_INCLUDES@ and @GUILE_LIBS@.
Diffstat (limited to 'mail.local')
-rw-r--r--mail.local/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail.local/Makefile.am b/mail.local/Makefile.am
index bf0763740..367324bac 100644
--- a/mail.local/Makefile.am
+++ b/mail.local/Makefile.am
@@ -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:

Return to:

Send suggestions and report system problems to the System administrator.