]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Makefile.am: Remove non-existing file 712/head
authorMaxin B. John <maxin.john@intel.com>
Fri, 3 Jun 2016 11:09:30 +0000 (14:09 +0300)
committerMaxin B. John <maxin.john@intel.com>
Fri, 3 Jun 2016 11:13:02 +0000 (14:13 +0300)
Fixes this build error:

CC       libarchive/archive_write_set_format_gnutar.lo
make[1]: *** No rule to make target
'libarchive/archive_write_set_format_gnutar_filenames.c', needed by
'libarchive/archive_write_set_format_gnutar_filenames.lo'.  Stop.
make[1]: Leaving directory '/home/maxin/clone/libarchive'
Makefile:2866: recipe for target 'all' failed
make: *** [all] Error 2

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Makefile.am

index b45c727d9e6fa9f7a39dcbcb605c88c6354c231a..3f6ea6fff36f7ae85367a1ee27769f0cf2740074 100644 (file)
@@ -223,7 +223,6 @@ libarchive_la_SOURCES= \
        libarchive/archive_write_set_format_ustar.c \
        libarchive/archive_write_set_format_v7tar.c \
        libarchive/archive_write_set_format_gnutar.c \
-       libarchive/archive_write_set_format_gnutar_filenames.c \
        libarchive/archive_write_set_format_warc.c \
        libarchive/archive_write_set_format_xar.c \
        libarchive/archive_write_set_format_zip.c \
@@ -384,6 +383,7 @@ libarchive_test_SOURCES= \
        libarchive/test/test_filter_count.c \
        libarchive/test/test_fuzz.c \
        libarchive/test/test_gnutar_filename_encoding.c \
+       libarchive/test/test_write_format_gnutar_filenames.c
        libarchive/test/test_link_resolver.c \
        libarchive/test/test_open_failure.c \
        libarchive/test/test_open_fd.c \