summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-03-13 09:03:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-03-13 09:03:00 +0000
commit853b59b68fadb89f8de8af75f86134a57c3cc45c (patch)
tree96b1c28469b3052ed0ca8b406e9f28a7e47e984b /lib
parent07c55052c59f3dd2d2873e42a087d5d9ed151d86 (diff)
downloadmailutils-853b59b68fadb89f8de8af75f86134a57c3cc45c.tar.gz
mailutils-853b59b68fadb89f8de8af75f86134a57c3cc45c.tar.bz2
Added argp* files.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 04f768fab..8143475a2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -3,17 +3,20 @@ noinst_LTLIBRARIES = libmailutils.la
SUBDIRS = posix
-INCLUDES = -I${top_srcdir}/include @ARGPINCS@
+INCLUDES = -I${top_srcdir}/include
libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
mu_dbm.c getline.c xstrdup.c xmalloc.c argcv.c \
mu_argp.c
EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
realloc.c setenv.c snprintf.c strchrnul.c strndup.c strnlen.c strncasecmp.c \
- strcasecmp.c strtok_r.c strsignal.c xstrtol.c vasprintf.c
+ strcasecmp.c strtok_r.c strsignal.c xstrtol.c vasprintf.c \
+ argp-ba.c argp-eexst.c argp-fmtstream.c argp-fs-xinl.c \
+ argp-help.c argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c pin.c
noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h mu_dbm.h\
- regex.h snprintf.h xalloc.h xstrtol.h obstack.h mu_argp.h
+ regex.h snprintf.h xalloc.h xstrtol.h obstack.h mu_argp.h \
+ argp-fmtstream.h argp-namefrob.h argp.h
libmailutils_la_LIBADD = @LTLIBOBJS@ @LTALLOCA@

Return to:

Send suggestions and report system problems to the System administrator.