mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
dist: Fix the name of the header to dist: testrtpool.h, not rtpool-test.h
This commit is contained in:
parent
525e61194c
commit
f0abaa230b
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ stream_status_SOURCES = stream-status.c
|
|||
stream_status_LDADD = $(GST_OBJ_LIBS)
|
||||
stream_status_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
|
||||
rtpool_test_SOURCES = rtpool-test.c rtpool-test.h testrtpool.c
|
||||
rtpool_test_SOURCES = rtpool-test.c testrtpool.h testrtpool.c
|
||||
rtpool_test_LDADD = $(GST_OBJ_LIBS)
|
||||
rtpool_test_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue