include cothreads properly in the build

Original commit message from CVS:
include cothreads properly in the build
This commit is contained in:
Andy Wingo 2002-02-10 23:56:13 +00:00
parent 53c367ad3a
commit 767d5c53a7

View file

@ -382,7 +382,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")
dnl AC_CONFIG_SUBDIRS(gst/cothreads)
AC_CONFIG_SUBDIRS(libs/ext/cothreads)
dnl ##################################################
dnl # Prepare informative messages to display at end #