]> Dogcows Code - chaz/tar/blobdiff - lib/Makefile.tmpl
Add rpmatch
[chaz/tar] / lib / Makefile.tmpl
index 3a68596c2500adef3bb0acd0ceef2fd4e0090a85..c20e3c4e2e71a81cb40e545ecee8e42dedf6c898 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for GNU tar library.
+# Makefile for GNU tar library.        -*- Makefile -*-
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005
 # Free Software Foundation, Inc.
 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-## 02111-1307, USA.
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
 
 noinst_LIBRARIES = libtar.a
-noinst_HEADERS = system.h localedir.h rmt.h
-libtar_a_SOURCES = prepargs.c prepargs.h rtapelib.c
+noinst_HEADERS = system.h localedir.h rmt.h paxlib.h
+libtar_a_SOURCES = prepargs.c prepargs.h rtapelib.c paxerror.c paxexit.c paxnames.c
 
 localedir = $(datadir)/locale
 
This page took 0.024128 seconds and 4 git commands to generate.