include cothreads properly in the build
authorAndy Wingo <wingo@pobox.com>
Sun, 10 Feb 2002 23:56:13 +0000 (23:56 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 10 Feb 2002 23:56:13 +0000 (23:56 +0000)
Original commit message from CVS:
include cothreads properly in the build

configure.ac

index 89050af..74fb3ca 100644 (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 #