Commit 197b7ddd 197b7ddda691b5f40eec611c198d8308f506771b by Sergey Poznyakoff

Moved getopt stuff to mailbox

1 parent ba69c209
......@@ -20,7 +20,7 @@
noinst_LTLIBRARIES = libmailutils.la
INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@
libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
libmailutils_la_SOURCES = basename.c daemon.c md5.c \
mu_dbm.c xstrdup.c xmalloc.c
EXTRA_DIST = alloca.c fnmatch.c getpass.c malloc.c obstack.c \
......
......@@ -34,7 +34,7 @@ EXTRA_DIST = strtok_r.c \
strndup.c strnlen.c strchrnul.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 getline.c getline.h parsedate.y pin.c regex.c \
fgetpwent.c
fgetpwent.c getopt.c getopt1.c
noinst_HEADERS=argp-fmtstream.h argp-namefrob.h md5.h
......