X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FMakefile.am;h=8b8334cbe5d21c8128ca82f8a23b4bbc33f82eb0;hb=2345d02c6397afffd6869baf1ed0585fc2a7a1d3;hp=7ba5f7619a8b1d54f7ce22c473dd3d7dc888fb27;hpb=01f19e973bfc7636b2ca9c54482d3ccf490ed7dd;p=chaz%2Ftar diff --git a/lib/Makefile.am b/lib/Makefile.am index 7ba5f76..8b8334c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -61,10 +61,16 @@ libtar_a_SOURCES += exclude.h exclude.c # exitfail libtar_a_SOURCES += exitfail.h exitfail.c +# exit +libtar_a_SOURCES += exit.h + # fnmatch BUILT_SOURCES += $(FNMATCH_H) EXTRA_DIST += fnmatch_.h fnmatch_loop.c +# stpcpy +EXTRA_DIST += stpcpy.c stpcpy.h + # We need the following in order to create an when the system # doesn't have one that supports the required API. all-local $(lib_OBJECTS): $(FNMATCH_H) @@ -112,6 +118,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 @@ -134,6 +143,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)