summaryrefslogtreecommitdiff
path: root/frm/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-02-22 13:18:58 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-02-22 13:18:58 +0000
commit73cec3b131edc242fe7386d52b3126fded4349a8 (patch)
tree98c1892515a4bfe53e9f51b9fce5a0a58e17ca49 /frm/Makefile.am
parente473840e68e0182fdc1215ca5e935121ff3e5090 (diff)
downloadmailutils-73cec3b131edc242fe7386d52b3126fded4349a8.tar.gz
mailutils-73cec3b131edc242fe7386d52b3126fded4349a8.tar.bz2
Added ARGP stuff.
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 5877e7697..e2eecd04e 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
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @ARGPINCS@
bin_PROGRAMS = frm
-frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la
+frm_LDADD = @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.la

Return to:

Send suggestions and report system problems to the System administrator.