X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=lib%2FMakefile.am;h=c4bbba0c641085b6530a30a98f9c19dd6142d6db;hb=af244aeef3f45e0b431fd6fe8a7d2673ceefb254;hp=8b8334cbe5d21c8128ca82f8a23b4bbc33f82eb0;hpb=7d31c8176c1bec6ee5bcd981ce577ae2c6e48fdd;p=chaz%2Ftar diff --git a/lib/Makefile.am b/lib/Makefile.am index 8b8334c..c4bbba0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 @@ -103,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 @@ -121,6 +124,9 @@ 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