diff --git a/lib/ChangeLog b/lib/ChangeLog index 384d39bdd..8eed1dfcb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2000-07-15 Jim Meyering + * Makefile.am (libfetish_a_SOURCES): Add quote.c. + (noinst_HEADERS): Add quote.h. + * quote.c (quote, quote_n): New file. Two functions taken verbatim from tar's src/misc.c. * quote.h: New file. Prototypes for same.