diff options
author | Michihiro NAKAJIMA <ggcueroad@gmail.com> | 2012-10-09 06:25:24 +0900 |
---|---|---|
committer | Michihiro NAKAJIMA <ggcueroad@gmail.com> | 2012-10-09 06:25:24 +0900 |
commit | 2767d3cdafd5725330a14df08d823b36a46e2431 (patch) | |
tree | 8f0acb1c02f63e6dbe7d48fc4023262aee33a62f /Makefile.am | |
parent | 79c57c391ad95d00b8d8ca77ebd1ceb5ff1ec975 (diff) | |
download | libarchive-2767d3cdafd5725330a14df08d823b36a46e2431.tar.gz |
Rename filter_fork.c to filter_fork_posix.c.
It is clear the file is used for which platform.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9dbe6813..b74f7026 100644 --- a/Makefile.am +++ b/Makefile.am @@ -199,7 +199,7 @@ libarchive_la_SOURCES= \ libarchive/archive_write_set_format_zip.c \ libarchive/archive_write_set_options.c \ libarchive/config_freebsd.h \ - libarchive/filter_fork.c \ + libarchive/filter_fork_posix.c \ libarchive/filter_fork.h if INC_WINDOWS_FILES |