mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Fix: Corrected linker parameters for ctest_reportxml_test
This commit is contained in:
parent
bbfff1fd49
commit
64e0ab7c3a
@ -57,6 +57,9 @@ ctest_reportxml_test_SOURCES = %reldir%/ctest_reportxml.c
|
|||||||
ctest_reportxml_test_LDADD = libice_ctest.la \
|
ctest_reportxml_test_LDADD = libice_ctest.la \
|
||||||
thread/libicethread.la \
|
thread/libicethread.la \
|
||||||
avl/libiceavl.la \
|
avl/libiceavl.la \
|
||||||
|
net/libicenet.la \
|
||||||
|
log/libicelog.la \
|
||||||
|
src/libigloo.o \
|
||||||
src/ro.o \
|
src/ro.o \
|
||||||
src/private.o \
|
src/private.o \
|
||||||
src/reportxml.o
|
src/reportxml.o
|
||||||
|
Loading…
Reference in New Issue
Block a user