make distcheck fix

Original commit message from CVS:
make distcheck fix
This commit is contained in:
Thomas Vander Stichele 2003-05-19 16:54:59 +00:00
parent 8c5a749c79
commit 47c2152297
4 changed files with 6 additions and 4 deletions

2
common

@ -1 +1 @@
Subproject commit 5cca5ddc23e23658e8287f7c2fbc4aebddaf3e12
Subproject commit 54aa761f9d486bca3ee35029a110386a144340c5

View file

@ -480,6 +480,7 @@ dnl # Make the output files #
dnl #########################
dnl libs/ext/Makefile
dnl tests/bufspeed/Makefile
dnl nothing there yet !
AC_OUTPUT(
Makefile
@ -501,7 +502,6 @@ libs/gst/putbits/Makefile
libs/gst/control/Makefile
libs/ext/Makefile
tests/Makefile
tests/bufspeed/Makefile
tests/memchunk/Makefile
tests/muxing/Makefile
tests/seeking/Makefile

View file

@ -7,4 +7,4 @@ lat_CFLAGS = $(GST_CFLAGS)
lat_LDFLAGS = $(GST_LIBS)
EXTRA_DIST = README
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking
DIST_SUBDIRS= memchunk muxing sched threadstate seeking # bufspeed

View file

@ -1,9 +1,11 @@
noinst_PROGRAMS = test1 test2
test1_SOURCES = test1.c $(top_srcdir)/gst/gstbuffer.c gstmempool.c
EXTRA_DIST = gstbuffer.h gstmempool.h
# otherwise make distcheck complains about the copied gstbuffer.c source
CLEANFILES = gstbuffer.c
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)