]> Dogcows Code - chaz/tar/blobdiff - lib/Makefile.am
Use AM_CPPFLAGS instead of INCLUDES.
[chaz/tar] / lib / Makefile.am
index d73fac8c0cd64ec4d2128ff6bc8510f93a5743a4..a484fcd1d182d4182692bfa927404db30f0f93b2 100644 (file)
@@ -26,7 +26,7 @@ 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
 
 noinst_HEADERS = system.h system-ioctl.h rmt.h paxlib.h stdopen.h xattr-at.h
 libtar_a_SOURCES = \
This page took 0.022347 seconds and 4 git commands to generate.