summaryrefslogtreecommitdiff
path: root/guimb/Makefile.am
blob: b0c5d2da1b452662947eabd3b00a865420fae4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.

INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
 -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@

SUBDIRS=scm

bin_PROGRAMS=@GUIMB@
EXTRA_PROGRAMS=guimb
guimb_SOURCES=main.c collect.c util.c guimb.h 
guimb_LDADD = ../libmu_scm/libmu_scm.la ../mailbox/libmailbox.la \
 ../lib/libmailutils.la @GUILE_LIBS@ 

Return to:

Send suggestions and report system problems to the System administrator.