Browse Source

Added obstack.

Sergey Poznyakoff 21 years ago
parent
commit
c22a8b44d7
2 changed files with 4 additions and 0 deletions
  1. 1 0
      bootstrap
  2. 3 0
      lib/Makefile.am

+ 1 - 0
bootstrap

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

+ 3 - 0
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