summaryrefslogtreecommitdiff
path: root/guimb/Makefile.am
blob: 9d0b444be34b60c326dcafc2afaae03ce2fa5035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
 -I$(top_srcdir)/libmu_scm 

SUBDIRS=scm

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

Return to:

Send suggestions and report system problems to the System administrator.