From: Jim Meyering Date: Mon, 11 Oct 2010 09:55:46 +0000 (+0200) Subject: distribute extent-scan.h, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4829a644378bdd83fcaa9833886a60ecfba77754;p=thirdparty%2Fcoreutils.git distribute extent-scan.h, too * src/Makefile.am (copy_sources): Also distribute extent-scan.h. --- diff --git a/src/Makefile.am b/src/Makefile.am index 9fd7822149..bf1d60a886 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -450,7 +450,7 @@ uninstall-local: fi; \ fi -copy_sources = copy.c cp-hash.c extent-scan.c +copy_sources = copy.c cp-hash.c extent-scan.c extent-scan.h # Use `ginstall' in the definition of PROGRAMS and in dependencies to avoid # confusion with the `install' target. The install rule transforms `ginstall'