Added obstack.[ch]
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -8,10 +8,10 @@ libmailutils_a_SOURCES = basename.c getopt.c getopt1.c md5.c getline.c \ | ... | @@ -8,10 +8,10 @@ libmailutils_a_SOURCES = basename.c getopt.c getopt1.c md5.c getline.c \ |
8 | 8 | ||
9 | EXTRA_DIST = alloca.c fnmatch.c setenv.c snprintf.c strchrnul.c strndup.c \ | 9 | EXTRA_DIST = alloca.c fnmatch.c setenv.c snprintf.c strchrnul.c strndup.c \ |
10 | strnlen.c strtok_r.c strsignal.c xstrtol.c vasprintf.c malloc.c realloc.c \ | 10 | strnlen.c strtok_r.c strsignal.c xstrtol.c vasprintf.c malloc.c realloc.c \ |
11 | fgetpwent.c | 11 | fgetpwent.c obstack.c |
12 | 12 | ||
13 | noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h \ | 13 | noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h \ |
14 | regex.h snprintf.h xalloc.h xstrtol.h | 14 | regex.h snprintf.h xalloc.h xstrtol.h obstack.h |
15 | 15 | ||
16 | libmailutils_a_LIBADD = @LIBOBJS@ @ALLOCA@ | 16 | libmailutils_a_LIBADD = @LIBOBJS@ @ALLOCA@ |
17 | 17 | ... | ... |
-
Please register or sign in to post a comment