summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-10-11 11:55:46 +0200
committerJim Meyering <meyering@redhat.com>2011-01-28 23:28:38 +0100
commit4829a644378bdd83fcaa9833886a60ecfba77754 (patch)
tree6d77188f2d9cd7934dd0dc7e619427cd957c8e76
parent0508ea6850b296bda66f32fdcb1d0bc35017e395 (diff)
downloadcoreutils-4829a644378bdd83fcaa9833886a60ecfba77754.tar.gz
distribute extent-scan.h, too
* src/Makefile.am (copy_sources): Also distribute extent-scan.h.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9fd782214..bf1d60a88 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'