From bde28d00b0112d51b36a79da0dd4c84e4eff6569 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 13 Mar 2002 09:31:53 +0000 Subject: Removed @ARGPINCS@ and @ARGPLIBS@ --- guimb/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guimb') 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@ -- cgit v1.2.1