running make distdir in the dir you change stuff in might help ;)
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 5 Jan 2002 09:33:57 +0000 (09:33 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 5 Jan 2002 09:33:57 +0000 (09:33 +0000)
Original commit message from CVS:
running make distdir in the dir you change stuff in might help ;)

tests/bufspeed/Makefile.am

index 7e00830..a270d09 100644 (file)
@@ -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)