Commit 16002d0b 16002d0b76b481ea41772dd7f57e84b5713283d9 by Sergey Poznyakoff

Moved fgetpwent to mailbox. It is needed by libmuauth

1 parent 0f44664b
...@@ -23,7 +23,7 @@ INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTL ...@@ -23,7 +23,7 @@ INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTL
23 libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \ 23 libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
24 mu_dbm.c xstrdup.c xmalloc.c 24 mu_dbm.c xstrdup.c xmalloc.c
25 25
26 EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \ 26 EXTRA_DIST = alloca.c fnmatch.c getpass.c malloc.c obstack.c \
27 realloc.c setenv.c snprintf.c strncasecmp.c \ 27 realloc.c setenv.c snprintf.c strncasecmp.c \
28 strcasecmp.c strsignal.c xstrtol.c vasprintf.c vsyslog.c \ 28 strcasecmp.c strsignal.c xstrtol.c vasprintf.c vsyslog.c \
29 utmp.c 29 utmp.c
......
...@@ -33,7 +33,8 @@ DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" ...@@ -33,7 +33,8 @@ DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
33 EXTRA_DIST = strtok_r.c \ 33 EXTRA_DIST = strtok_r.c \
34 strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c \ 34 strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c \
35 argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c \ 35 argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c \
36 argp-pvh.c argp-xinl.c getline.c getline.h parsedate.y pin.c regex.c 36 argp-pvh.c argp-xinl.c getline.c getline.h parsedate.y pin.c regex.c \
37 fgetpwent.c
37 38
38 noinst_HEADERS=argp-fmtstream.h argp-namefrob.h md5.h 39 noinst_HEADERS=argp-fmtstream.h argp-namefrob.h md5.h
39 40
......