X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FMakefile.tmpl;h=48692016e41427e9b173b8ceb898893c6ac01175;hb=ca14885884b5ca211624809e1e8539ec5a028b10;hp=2ac2744f419db0a06e214bf503417488bfa5a502;hpb=517205c31cdb6da94264413bb97ce7de3f738fb6;p=chaz%2Ftar diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl index 2ac2744..4869201 100644 --- a/lib/Makefile.tmpl +++ b/lib/Makefile.tmpl @@ -1,7 +1,7 @@ # Makefile for GNU tar library. -*- Makefile -*- -# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, +# 2005, 2006 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 @@ -19,8 +19,8 @@ ## 02110-1301, USA. noinst_LIBRARIES = libtar.a -noinst_HEADERS = system.h localedir.h rmt.h paxerror.h -libtar_a_SOURCES = prepargs.c prepargs.h rtapelib.c paxerror.c paxexit.c paxconvert.c +noinst_HEADERS = system.h system-ioctl.h localedir.h rmt.h paxlib.h stdopen.h +libtar_a_SOURCES = prepargs.c prepargs.h rtapelib.c paxerror.c paxexit.c paxnames.c stdopen.c localedir = $(datadir)/locale @@ -37,6 +37,7 @@ libtar_a_LIBADD = $(LIBOBJS) $(ALLOCA) libtar_a_DEPENDENCIES = $(libtar_a_LIBADD) BUILT_SOURCES = +AM_CPPFLAGS = EXTRA_DIST = Makefile.tmpl MAINTAINERCLEANFILES = MOSTLYCLEANFILES =