]> Dogcows Code - chaz/tar/blobdiff - src/Makefile.am
build: new configure option --enable-gcc-warnings
[chaz/tar] / src / Makefile.am
index ce9b3691758ea98aae042bd4ac635fd092911233..52222b6f8ee5602569f805bea547dae2dd386caa 100644 (file)
@@ -46,6 +46,7 @@ tar_SOURCES = \
  xattrs.c
 
 AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib -I../lib
+AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 
 LDADD = ../lib/libtar.a ../gnu/libgnu.a $(LIBINTL) $(LIBICONV)
 
This page took 0.022058 seconds and 4 git commands to generate.