From 49075e62b5d834a78a0d146f1d71fe5130c64565 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 4 Feb 2002 17:41:45 +0000 Subject: [PATCH] cothreads stuff i forgot to commit last night Original commit message from CVS: cothreads stuff i forgot to commit last night --- autogen.sh | 4 ++-- configure.ac | 3 ++- libs/Makefile.am | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index fcbff15..c9cfe40 100755 --- a/autogen.sh +++ b/autogen.sh @@ -180,8 +180,8 @@ automake -a -c || { } echo -echo "+ running autogen.sh in gst/cothreads..." -pushd gst/cothreads > /dev/null +echo "+ running autogen.sh in libs/ext/cothreads..." +pushd libs/ext/cothreads > /dev/null echo ./autogen.sh --autogen-noconfigure --autogen-nocheck popd > /dev/null diff --git a/configure.ac b/configure.ac index aadf803..0b9169d 100644 --- a/configure.ac +++ b/configure.ac @@ -605,7 +605,7 @@ GST_INT_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir)/include -I\$(top_srcdir) AC_SUBST(GST_CFLAGS, "$GST_EXT_CFLAGS $GST_INT_CFLAGS") AC_SUBST(GST_LIBS, "$GST_EXT_LIBS $GST_INT_LIBS") -AC_CONFIG_SUBDIRS(gst/cothreads) +AC_CONFIG_SUBDIRS(libs/ext/cothreads) dnl ################################################## dnl # Prepare informative messages to display at end # @@ -647,6 +647,7 @@ libs/gst/bytestream/Makefile libs/gst/getbits/Makefile libs/gst/putbits/Makefile libs/gst/control/Makefile +libs/ext/Makefile tests/Makefile tests/bufspeed/Makefile tests/memchunk/Makefile diff --git a/libs/Makefile.am b/libs/Makefile.am index 003bbf6..4a2c7b6 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = gst +SUBDIRS = gst ext -DIST_SUBDIRS = gst +DIST_SUBDIRS = gst ext -- 2.7.4