X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=08fc24c764aefef067cc600a7d387c30e2a0ee70;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=82b2d4628510754d0283141a3c2ffc186ae2f000;hpb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;p=debian%2Ftar diff --git a/src/Makefile.am b/src/Makefile.am index 82b2d462..08fc24c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # Makefile for GNU tar sources. -# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2009, 2013-2014 Free -# Software Foundation, Inc. +# Copyright 1994-1997, 1999-2001, 2003, 2006-2007, 2009, 2013-2014, 2016 +# Free Software Foundation, Inc. # This file is part of GNU tar. @@ -33,6 +33,7 @@ tar_SOURCES = \ xheader.c\ incremen.c\ list.c\ + map.c\ misc.c\ names.c\ sparse.c\ @@ -52,7 +53,3 @@ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) LDADD = ../lib/libtar.a ../gnu/libgnu.a $(LIBINTL) $(LIBICONV) tar_LDADD = $(LIBS) $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIB_SELINUX) - -if TAR_LIB_ATTR -tar_LDADD += -lattr -endif