summaryrefslogtreecommitdiff
path: root/frm/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-03-13 09:31:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-03-13 09:31:53 +0000
commitbde28d00b0112d51b36a79da0dd4c84e4eff6569 (patch)
tree76f42886ca873c9322322fc0304e5a0fed6ec519 /frm/Makefile.am
parent264490fe25978a6869cac05d6a2428d57eeac9d6 (diff)
downloadmailutils-bde28d00b0112d51b36a79da0dd4c84e4eff6569.tar.gz
mailutils-bde28d00b0112d51b36a79da0dd4c84e4eff6569.tar.bz2
Removed @ARGPINCS@ and @ARGPLIBS@
Diffstat (limited to 'frm/Makefile.am')
-rw-r--r--frm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/frm/Makefile.am b/frm/Makefile.am
index e2eecd04e..4bb9d6b03 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = ../lib/ansi2knr
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @ARGPINCS@
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
bin_PROGRAMS = frm
-frm_LDADD = @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.la
+frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la

Return to:

Send suggestions and report system problems to the System administrator.