summaryrefslogtreecommitdiff
path: root/messages
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 /messages
parent264490fe25978a6869cac05d6a2428d57eeac9d6 (diff)
downloadmailutils-bde28d00b0112d51b36a79da0dd4c84e4eff6569.tar.gz
mailutils-bde28d00b0112d51b36a79da0dd4c84e4eff6569.tar.bz2
Removed @ARGPINCS@ and @ARGPLIBS@
Diffstat (limited to 'messages')
-rw-r--r--messages/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/messages/Makefile.am b/messages/Makefile.am
index 979064f7d..b9ab30dbd 100644
--- a/messages/Makefile.am
+++ b/messages/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 = messages
-messages_LDADD = @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.la
+messages_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la

Return to:

Send suggestions and report system problems to the System administrator.