mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
make distcheck fix
Original commit message from CVS: make distcheck fix
This commit is contained in:
parent
8c5a749c79
commit
47c2152297
4 changed files with 6 additions and 4 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 5cca5ddc23e23658e8287f7c2fbc4aebddaf3e12
|
Subproject commit 54aa761f9d486bca3ee35029a110386a144340c5
|
|
@ -480,6 +480,7 @@ dnl # Make the output files #
|
||||||
dnl #########################
|
dnl #########################
|
||||||
|
|
||||||
dnl libs/ext/Makefile
|
dnl libs/ext/Makefile
|
||||||
|
dnl tests/bufspeed/Makefile
|
||||||
dnl nothing there yet !
|
dnl nothing there yet !
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
|
@ -501,7 +502,6 @@ libs/gst/putbits/Makefile
|
||||||
libs/gst/control/Makefile
|
libs/gst/control/Makefile
|
||||||
libs/ext/Makefile
|
libs/ext/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/bufspeed/Makefile
|
|
||||||
tests/memchunk/Makefile
|
tests/memchunk/Makefile
|
||||||
tests/muxing/Makefile
|
tests/muxing/Makefile
|
||||||
tests/seeking/Makefile
|
tests/seeking/Makefile
|
||||||
|
|
|
@ -7,4 +7,4 @@ lat_CFLAGS = $(GST_CFLAGS)
|
||||||
lat_LDFLAGS = $(GST_LIBS)
|
lat_LDFLAGS = $(GST_LIBS)
|
||||||
|
|
||||||
EXTRA_DIST = README
|
EXTRA_DIST = README
|
||||||
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking
|
DIST_SUBDIRS= memchunk muxing sched threadstate seeking # bufspeed
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
|
|
||||||
noinst_PROGRAMS = test1 test2
|
noinst_PROGRAMS = test1 test2
|
||||||
|
|
||||||
test1_SOURCES = test1.c $(top_srcdir)/gst/gstbuffer.c gstmempool.c
|
test1_SOURCES = test1.c $(top_srcdir)/gst/gstbuffer.c gstmempool.c
|
||||||
|
|
||||||
EXTRA_DIST = gstbuffer.h gstmempool.h
|
EXTRA_DIST = gstbuffer.h gstmempool.h
|
||||||
|
|
||||||
|
# otherwise make distcheck complains about the copied gstbuffer.c source
|
||||||
|
CLEANFILES = gstbuffer.c
|
||||||
|
|
||||||
LDADD = $(GST_LIBS)
|
LDADD = $(GST_LIBS)
|
||||||
AM_CFLAGS = $(GST_CFLAGS)
|
AM_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue