1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-11-03 04:17:20 -05:00

Update: src/ro.o now has src/private.o as a dependentcy

This commit is contained in:
Philipp Schafft 2019-08-21 15:58:25 +00:00
parent acc808f667
commit a119a6d4c9

View File

@ -28,7 +28,8 @@ ctest_refobject_test_SOURCES = %reldir%/ctest_refobject.c
ctest_refobject_test_LDADD = libice_ctest.la \
thread/libicethread.la \
avl/libiceavl.la \
src/ro.o
src/ro.o \
src/private.o
check_PROGRAMS += ctest_refobject.test
ctest_buffer_test_SOURCES = %reldir%/ctest_buffer.c
@ -36,6 +37,7 @@ ctest_buffer_test_LDADD = libice_ctest.la \
thread/libicethread.la \
avl/libiceavl.la \
src/ro.o \
src/private.o \
src/buffer.o
check_PROGRAMS += ctest_buffer.test
@ -44,6 +46,7 @@ ctest_list_test_LDADD = libice_ctest.la \
thread/libicethread.la \
avl/libiceavl.la \
src/ro.o \
src/private.o \
src/list.o
check_PROGRAMS += ctest_list.test
@ -52,6 +55,7 @@ ctest_reportxml_test_LDADD = libice_ctest.la \
thread/libicethread.la \
avl/libiceavl.la \
src/ro.o \
src/private.o \
src/reportxml.o
check_PROGRAMS += ctest_reportxml.test
@ -59,8 +63,8 @@ ctest_logmsg_test_SOURCES = %reldir%/ctest_logmsg.c
ctest_logmsg_test_LDADD = libice_ctest.la \
thread/libicethread.la \
avl/libiceavl.la \
src/private.o \
src/ro.o \
src/private.o \
src/io.o \
src/list.o \
src/interface.o \