Commit 197b7ddd 197b7ddda691b5f40eec611c198d8308f506771b by Sergey Poznyakoff

Moved getopt stuff to mailbox

1 parent ba69c209
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 noinst_LTLIBRARIES = libmailutils.la 20 noinst_LTLIBRARIES = libmailutils.la
21 21
22 INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@ 22 INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@
23 libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \ 23 libmailutils_la_SOURCES = basename.c daemon.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 getpass.c malloc.c obstack.c \ 26 EXTRA_DIST = alloca.c fnmatch.c getpass.c malloc.c obstack.c \
......
...@@ -34,7 +34,7 @@ EXTRA_DIST = strtok_r.c \ ...@@ -34,7 +34,7 @@ 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 fgetpwent.c getopt.c getopt1.c
38 38
39 noinst_HEADERS=argp-fmtstream.h argp-namefrob.h md5.h 39 noinst_HEADERS=argp-fmtstream.h argp-namefrob.h md5.h
40 40
......