From bf6b473b3b98e1ecd46e588a2d3c7f59a52b9a11 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 8 Oct 2003 11:17:23 +0000 Subject: [PATCH] Added missing headers --- lib/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index b713fe7..b5060b0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -115,6 +115,9 @@ libtar_a_SOURCES += modechange.h modechange.c # pathmax libtar_a_SOURCES += pathmax.h +# time_r +EXTRA_DIST += time_r.h + # quote libtar_a_SOURCES += quote.h quote.c @@ -137,6 +140,9 @@ libtar_a_SOURCES += savedir.h savedir.c BUILT_SOURCES += $(STDBOOL_H) EXTRA_DIST += stdbool_.h +# strcase +EXTRA_DIST += strcase.h + # We need the following in order to create an when the system # doesn't have one that works. all-local $(lib_OBJECTS): $(STDBOOL_H) -- 2.44.0