From 337cab53e2ec061f83b824bcd68fd3dd42e82d01 Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Wed, 29 Aug 2012 15:51:27 -0400 Subject: [PATCH] Fix build failure of test cases using autotools build system. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 30123ea13..93413b2e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -258,7 +258,8 @@ libarchive_test_SOURCES= \ libarchive/test/main.c \ libarchive/test/read_open_memory.c \ libarchive/test/test.h \ - libarchive/test/test_acl_freebsd.c \ + libarchive/test/test_acl_freebsd_posix1e.c \ + libarchive/test/test_acl_freebsd_nfs4.c \ libarchive/test/test_acl_nfs4.c \ libarchive/test/test_acl_pax.c \ libarchive/test/test_acl_posix1e.c \ @@ -432,6 +433,7 @@ libarchive_test_SOURCES= \ libarchive/test/test_write_format_zip_empty.c \ libarchive/test/test_write_format_zip_no_compression.c \ libarchive/test/test_write_open_memory.c \ + libarchive/test/test_write_zip_set_compression_store.c \ libarchive/test/test_zip_filename_encoding.c libarchive_test_CPPFLAGS= -I$(top_srcdir)/libarchive -I$(top_builddir)/libarchive/test -DLIBARCHIVE_STATIC $(PLATFORMCPPFLAGS) -- 2.47.3