From d877412c096e93bcb50005844c9ae6d1eca9f16a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 5 Jan 2002 09:33:57 +0000 Subject: [PATCH] running make distdir in the dir you change stuff in might help ;) Original commit message from CVS: running make distdir in the dir you change stuff in might help ;) --- tests/bufspeed/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bufspeed/Makefile.am b/tests/bufspeed/Makefile.am index 7e00830..a270d09 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) -- 2.7.4