X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FMakefile.am;h=3cbd0608d496486a8a0455cf01433867c07a9459;hb=7b5e803963822e69a73d00ba62ac01b1c23f112c;hp=29b5382f8af883d789e83af6af649070d8c63e84;hpb=20dcc4d1226a4c170b56c1f2472a66bc67fd1f1d;p=chaz%2Ftar diff --git a/lib/Makefile.am b/lib/Makefile.am index 29b5382..3cbd060 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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