test: Change fuzz object to link .o instead of .lo

Automake is not cleaning .lo from extra directories.

Change-Id: Ib68f32954c58cb7a76d07b2562e020fbd854f46e
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker 2018-05-01 16:30:45 -07:00
parent 4c4185ba56
commit bc48c1e2dc

View File

@ -33,7 +33,7 @@ src_include += -I $(srcdir)/tests/fuzz
other_tests += tests/fuzz/igzip_fuzz_inflate
igzip_fuzz_inflate: igzip_checked_inflate_fuzz_test.o
igzip_fuzz_inflate: LDLIBS += -lz
tests_fuzz_igzip_fuzz_inflate_LDADD = tests/fuzz/igzip_checked_inflate_fuzz_test.lo libisal.la
tests_fuzz_igzip_fuzz_inflate_LDADD = tests/fuzz/igzip_checked_inflate_fuzz_test.o libisal.la
tests_fuzz_igzip_fuzz_inflate_LDFLAGS = -lz
other_tests += tests/fuzz/igzip_dump_inflate_corpus