mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
tests/Makefile.am : Link lib to win32_test so testuite tarball works.
This commit is contained in:
parent
0f41f4be63
commit
86bf88790f
@ -120,7 +120,8 @@ rdwr_test_SOURCES = rdwr_test.c utils.c
|
||||
rdwr_test_LDADD = $(top_builddir)/src/libsndfile.la
|
||||
|
||||
win32_test_SOURCES = win32_test.c
|
||||
win32_test_LDADD =
|
||||
# Link lib here so that generating the testsuite tarball works correctly.
|
||||
win32_test_LDADD = $(top_builddir)/src/libsndfile.la
|
||||
|
||||
win32_ordinal_test_SOURCES = win32_ordinal_test.c utils.c
|
||||
win32_ordinal_test_LDADD = $(top_builddir)/src/libsndfile.la
|
||||
|
Loading…
Reference in New Issue
Block a user