]> Dogcows Code - chaz/tar/blobdiff - lib/Makefile.am
Merge recent gnulib changes, and remove some lint.
[chaz/tar] / lib / Makefile.am
index 7ba5f7619a8b1d54f7ce22c473dd3d7dc888fb27..c4bbba0c641085b6530a30a98f9c19dd6142d6db 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile for GNU tar library.
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003 Free
-# Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004
+# Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -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 <fnmatch.h> when the system
 # doesn't have one that supports the required API.
 all-local $(lib_OBJECTS): $(FNMATCH_H)
@@ -97,6 +103,9 @@ libtar_a_SOURCES += getopt.h getopt.c getopt1.c
 # gettext
 libtar_a_SOURCES += gettext.h
 
+# gettime
+libtar_a_SOURCES += gettime.c
+
 # hash
 libtar_a_SOURCES += hash.h hash.c
 
@@ -112,6 +121,12 @@ libtar_a_SOURCES += modechange.h modechange.c
 # pathmax
 libtar_a_SOURCES += pathmax.h
 
+# time_r
+EXTRA_DIST += time_r.h
+
+# timespec
+libtar_a_SOURCES += timespec.h
+
 # quote
 libtar_a_SOURCES += quote.h quote.c
 
@@ -134,6 +149,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.022969 seconds and 4 git commands to generate.