summaryrefslogtreecommitdiff
path: root/guimb
diff options
context:
space:
mode:
Diffstat (limited to 'guimb')
-rw-r--r--guimb/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index 4426623c4..9d0b444be 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -1,12 +1,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 @ARGPINCS@
+ -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 = @ARGPLIBS@ ../libmu_scm/libmu_scm.a ../mailbox/libmailbox.la \
+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.