dist: Fix the name of the header to dist: testrtpool.h, not rtpool-test.h

This commit is contained in:
Jan Schmidt 2009-05-25 17:43:32 +01:00
parent 525e61194c
commit f0abaa230b

View file

@ -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)