make distcheck fixes, and added bytestream test to distro (why not?)

Original commit message from CVS:
make distcheck fixes, and added bytestream test to distro (why not?)
This commit is contained in:
Andy Wingo 2001-10-26 20:19:02 +00:00
parent 30d4b15ee2
commit 2ffb853b7d
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS = refcounting capsnego plugin
SUBDIRS = refcounting capsnego plugin bytestream
testprogs = test_gst_init
@ -11,4 +11,4 @@ LIBS += $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)
DIST_SUBDIRS = refcounting capsnego
DIST_SUBDIRS = refcounting capsnego bytestream

View file

@ -1,4 +1,4 @@
SUBDIRS = refcounting capsnego plugin
SUBDIRS = refcounting capsnego plugin bytestream
testprogs = test_gst_init
@ -11,4 +11,4 @@ LIBS += $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)
DIST_SUBDIRS = refcounting capsnego
DIST_SUBDIRS = refcounting capsnego bytestream