mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
hopefully fix the make distcheck issue (these progs are in configure.base but not in SUBDIRS of tests/Makefile.am)
Original commit message from CVS: hopefully fix the make distcheck issue (these progs are in configure.base but not in SUBDIRS of tests/Makefile.am)
This commit is contained in:
parent
f62b6204a7
commit
30d4b15ee2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ noinst_PROGRAMS = qtest $(GNOME_PROGS) record mp3 teardown buffer mp3parse \
|
|||
vidcapture2 mp2toavi mp3tovorbis xmmstest \
|
||||
mp3mad lat
|
||||
|
||||
SUBDIRS = xml bindings
|
||||
SUBDIRS = xml bindings events memchunk
|
||||
|
||||
buffer_SOURCES = buffer.c mem.c
|
||||
teardown_SOURCES = teardown.c mem.c
|
||||
|
|
Loading…
Reference in a new issue