]> Dogcows Code - chaz/tar/commitdiff
Added missing headers
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 8 Oct 2003 11:17:23 +0000 (11:17 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 8 Oct 2003 11:17:23 +0000 (11:17 +0000)
lib/Makefile.am

index b713fe7a37244fa4448e4a239c23f1fe75fccc07..b5060b0049297e1114c439f6c8a4a48ff8b01535 100644 (file)
@@ -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 <stdbool.h> when the system
 # doesn't have one that works.
 all-local $(lib_OBJECTS): $(STDBOOL_H)
This page took 0.018856 seconds and 4 git commands to generate.