X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=lib%2FMakefile.am;h=b2971a28b55bb869a5095371a4966e19ba590d70;hp=29b5382f8af883d789e83af6af649070d8c63e84;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=cd7bdd4076ca154575bbef85eb2157e59befcfe2 diff --git a/lib/Makefile.am b/lib/Makefile.am index 29b5382..b2971a2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ # Makefile for GNU tar library. -*- Makefile -*- -# Copyright 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2013 Free +# Copyright 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2013-2014 Free # Software Foundation, Inc. # This file is part of GNU tar. @@ -30,7 +30,15 @@ CLEANFILES = rmt-command.h rmt-command.h-t AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../ -I../gnu AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) -noinst_HEADERS = system.h system-ioctl.h rmt.h paxlib.h stdopen.h xattr-at.h +noinst_HEADERS = \ + paxlib.h\ + rmt.h\ + stdopen.h\ + system.h\ + system-ioctl.h\ + wordsplit.h\ + xattr-at.h + libtar_a_SOURCES = \ paxerror.c paxexit-status.c paxlib.h paxnames.c \ prepargs.c prepargs.h \ @@ -38,6 +46,7 @@ libtar_a_SOURCES = \ rmt.h \ stdopen.c stdopen.h \ system.h system-ioctl.h \ + wordsplit.c\ xattr-at.c if !TAR_COND_XATTR_H