summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-05 09:33:57 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-05 09:33:57 +0000
commitd877412c096e93bcb50005844c9ae6d1eca9f16a (patch)
tree83626f0d12b638f5f70617ac1dbcbe3329f4bd27
parentbc3ea27c3bb80986fb31679e67e0bbd1376e6db3 (diff)
downloadgstreamer-d877412c096e93bcb50005844c9ae6d1eca9f16a.tar.gz
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 ;)
-rw-r--r--tests/bufspeed/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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)