Commit eb1c2cf4 eb1c2cf46bd54d44f8cf10f936c20b4b71afc79d by Sergey Poznyakoff

Added obstack.[ch]

1 parent c45b72f4
......@@ -8,10 +8,10 @@ libmailutils_a_SOURCES = basename.c getopt.c getopt1.c md5.c getline.c \
EXTRA_DIST = alloca.c fnmatch.c setenv.c snprintf.c strchrnul.c strndup.c \
strnlen.c strtok_r.c strsignal.c xstrtol.c vasprintf.c malloc.c realloc.c \
fgetpwent.c
fgetpwent.c obstack.c
noinst_HEADERS = argcv.h error.h fnmatch.h getline.h getopt.h md5.h \
regex.h snprintf.h xalloc.h xstrtol.h
regex.h snprintf.h xalloc.h xstrtol.h obstack.h
libmailutils_a_LIBADD = @LIBOBJS@ @ALLOCA@
......