Commit 8004e37a 8004e37ae7d40d9a2a11f0d6a800e3dccef9a7a7 by Sergey Poznyakoff

Removed mu_asprintf.c

1 parent f80378d1
......@@ -5,8 +5,9 @@ SUBDIRS = posix
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 \
pin.c mu_asprintf.c
mu_dbm.c getline.c xstrdup.c xmalloc.c \
argcv.c \
pin.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 \
......@@ -15,7 +16,8 @@ EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
argp-help.c argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c \
utmp.c
noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h mu_dbm.h\
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 \
argp-fmtstream.h argp-namefrob.h argp.h mu_asprintf.h
......