tests: Missing linker flags for test-rollsum

Reproducable on Debian; Fedora lets it slide.
This commit is contained in:
Daniel Svensson 2015-04-06 10:25:03 -04:00 committed by Matthew Barnes
parent dcae7dee57
commit f01fceb5d7
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ TESTS_CFLAGS = $(ostree_bin_shared_cflags) $(OT_INTERNAL_GIO_UNIX_CFLAGS)
TESTS_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS)
tests_test_rollsum_SOURCES = src/libostree/ostree-rollsum.c tests/test-rollsum.c
tests_test_rollsum_CFLAGS = $(TESTS_CFLAGS)
tests_test_rollsum_LDADD = libbupsplit.la $(TESTS_LDADD)
tests_test_rollsum_CFLAGS = $(TESTS_CFLAGS) $(OT_DEP_ZLIB_CFLAGS)
tests_test_rollsum_LDADD = libbupsplit.la $(TESTS_LDADD) $(OT_DEP_ZLIB_LIBS)
tests_test_mutable_tree_CFLAGS = $(TESTS_CFLAGS)
tests_test_mutable_tree_LDADD = $(TESTS_LDADD)