diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-10-11 11:55:46 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2011-01-22 12:16:43 +0100 |
| commit | 3ab88cb2f79accd5ea7de8c24ece8453c241a507 (patch) | |
| tree | aacb2f85dcc32b69f18d95cc5f49a4318dbf9802 | |
| parent | rename extent-scan functions to start with extent_scan_ (diff) | |
| download | coreutils-3ab88cb2f79accd5ea7de8c24ece8453c241a507.tar.gz coreutils-3ab88cb2f79accd5ea7de8c24ece8453c241a507.zip | |
distribute extent-scan.h, too
* src/Makefile.am (copy_sources): Also distribute extent-scan.h.
| -rw-r--r-- | src/Makefile.am | 2 |
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' |
