cothreads stuff i forgot to commit last night
authorAndy Wingo <wingo@pobox.com>
Mon, 4 Feb 2002 17:41:45 +0000 (17:41 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 4 Feb 2002 17:41:45 +0000 (17:41 +0000)
Original commit message from CVS:
cothreads stuff i forgot to commit last night

autogen.sh
configure.ac
libs/Makefile.am

index fcbff15..c9cfe40 100755 (executable)
@@ -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
index aadf803..0b9169d 100644 (file)
@@ -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
index 003bbf6..4a2c7b6 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS = gst
+SUBDIRS = gst ext
 
-DIST_SUBDIRS = gst
+DIST_SUBDIRS = gst ext