Added obstack.

This commit is contained in:
Sergey Poznyakoff
2003-09-01 17:03:49 +00:00
parent 4189af3785
commit c22a8b44d7
2 changed files with 4 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ human
lchown
memset
modechange
obstack
safe-read
quote
quotearg

View File

@@ -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