4
0
Sergey Poznyakoff 21 жил өмнө
parent
commit
bf6b473b3b
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      lib/Makefile.am

+ 6 - 0
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 <stdbool.h> when the system
 # doesn't have one that works.
 all-local $(lib_OBJECTS): $(STDBOOL_H)