diff --git a/tests/bufspeed/Makefile.am b/tests/bufspeed/Makefile.am index 7e0083063f..a270d09ba7 100644 --- a/tests/bufspeed/Makefile.am +++ b/tests/bufspeed/Makefile.am @@ -2,5 +2,7 @@ noinst_PROGRAMS = test1 test2 test1_SOURCES = test1.c gstbuffer.c gstmempool.c +noinst_HEADERS = gstbuffer.h + LDADD = $(GST_LIBS) AM_CFLAGS = $(GST_CFLAGS)