dist: Add rtpool-test.h to the sources list so it gets disted.

Fixes the distcheck
This commit is contained in:
Jan Schmidt 2009-05-22 09:51:44 +01:00
parent 409181b36f
commit 77fd56bc17

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 testrtpool.c
rtpool_test_SOURCES = rtpool-test.c rtpool-test.h testrtpool.c
rtpool_test_LDADD = $(GST_OBJ_LIBS)
rtpool_test_CFLAGS = $(GST_OBJ_CFLAGS)