Removed mu_asprintf.c
Showing
1 changed file
with
5 additions
and
3 deletions
... | @@ -5,8 +5,9 @@ SUBDIRS = posix | ... | @@ -5,8 +5,9 @@ SUBDIRS = posix |
5 | 5 | ||
6 | INCLUDES = -I${top_srcdir}/include | 6 | INCLUDES = -I${top_srcdir}/include |
7 | libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \ | 7 | libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \ |
8 | mu_dbm.c getline.c xstrdup.c xmalloc.c argcv.c \ | 8 | mu_dbm.c getline.c xstrdup.c xmalloc.c \ |
9 | pin.c mu_asprintf.c | 9 | argcv.c \ |
10 | pin.c | ||
10 | 11 | ||
11 | EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \ | 12 | EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \ |
12 | realloc.c setenv.c snprintf.c strchrnul.c strndup.c strnlen.c strncasecmp.c \ | 13 | 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 \ | ... | @@ -15,7 +16,8 @@ EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \ |
15 | argp-help.c argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c \ | 16 | argp-help.c argp-parse.c argp-pv.c argp-pvh.c argp-xinl.c \ |
16 | utmp.c | 17 | utmp.c |
17 | 18 | ||
18 | noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h mu_dbm.h\ | 19 | noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h \ |
20 | mu_dbm.h\ | ||
19 | regex.h snprintf.h xalloc.h xstrtol.h obstack.h \ | 21 | regex.h snprintf.h xalloc.h xstrtol.h obstack.h \ |
20 | argp-fmtstream.h argp-namefrob.h argp.h mu_asprintf.h | 22 | argp-fmtstream.h argp-namefrob.h argp.h mu_asprintf.h |
21 | 23 | ... | ... |
-
Please register or sign in to post a comment