From c22a8b44d78a0bc511868a17dd401dbdb7b2bac5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 1 Sep 2003 17:03:49 +0000 Subject: [PATCH] Added obstack. --- bootstrap | 1 + lib/Makefile.am | 3 +++ 2 files changed, 4 insertions(+) diff --git a/bootstrap b/bootstrap index 86ac961..51f8752 100755 --- a/bootstrap +++ b/bootstrap @@ -78,6 +78,7 @@ human lchown memset modechange +obstack safe-read quote quotearg diff --git a/lib/Makefile.am b/lib/Makefile.am index 004d828..5b69227 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -99,6 +99,9 @@ libtar_a_SOURCES += lchown.h # modechange libtar_a_SOURCES += modechange.h modechange.c +# obstack +libtar_a_SOURCES += obstack.h obstack.c + # pathmax libtar_a_SOURCES += pathmax.h -- 2.44.0