X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FMakefile.am;h=08e7fd7998445dc4c0ff4c79dda356cc00ed8c6f;hb=cbc51277aa4de1f41434ba073f2e4546ead63005;hp=d73fac8c0cd64ec4d2128ff6bc8510f93a5743a4;hpb=b997c90f9e3a64186341c57c8f3f25c2246d0ebb;p=chaz%2Ftar diff --git a/lib/Makefile.am b/lib/Makefile.am index d73fac8..08e7fd7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -26,7 +26,8 @@ rmt-command.h : Makefile $(AM_V_at)mv $@-t $@ BUILT_SOURCES = rmt-command.h CLEANFILES = rmt-command.h rmt-command.h-t -INCLUDES = -I$(top_srcdir)/gnu -I../ -I../gnu +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 libtar_a_SOURCES = \ @@ -44,8 +45,8 @@ attr/xattr.h: attr-xattr.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) attr $(AM_V_GEN)rm -f $@-t $@ && \ cp $(srcdir)/attr-xattr.in.h attr/xattr.h - -MOSTLYCLEANFILES = attr/xattr.h attr/xattr.h endif +MOSTLYCLEANFILES = attr/xattr.h + EXTRA_DIST = attr-xattr.in.h