added directories to configure.in
authorErik Walthinsen <omega@temple-baptist.org>
Mon, 1 Jan 2001 03:20:28 +0000 (03:20 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Mon, 1 Jan 2001 03:20:28 +0000 (03:20 +0000)
Original commit message from CVS:
added directories to configure.in

configure.in

index a685cb9..747d40f 100644 (file)
@@ -412,8 +412,6 @@ if test "x$USE_PROFILING" = xyes; then
   CFLAGS="$CFLAGS -pg"
 fi
 
-CFLAGS="$CFLAGS -O6"
-
 dnl #############################
 dnl # Set automake conditionals #
 dnl #############################
@@ -439,6 +437,8 @@ AM_CONDITIONAL(HAVE_DB2PS,          $HAVE_DB2PS)
 AM_CONDITIONAL(HAVE_CDPARANOIA,     test "x$HAVE_CDPARANOIA" = "xyes")
 AM_CONDITIONAL(HAVE_LIBLAME,        test "x$HAVE_LIBLAME" = "xyes")
 
+dnl CC="kgcc"
+CFLAGS="$CFLAGS -O6"
 
 dnl FIXME: having to AC_SUBST these is messy.  Not sure if CPPFLAGS and LDFLAGS
 dnl need it, either.
@@ -446,7 +446,6 @@ AC_SUBST(CFLAGS)
 AC_SUBST(CPPFLAGS)
 AC_SUBST(LDFLAGS)
 
-
 dnl #############################
 dnl # Configure the subpackages #
 dnl #############################
@@ -510,6 +509,7 @@ plugins/mpeg1video/parse/Makefile
 plugins/filters/Makefile
 plugins/filters/smooth/Makefile
 plugins/filters/median/Makefile
+plugins/filters/ladspa/Makefile
 plugins/effects/Makefile
 plugins/effects/stereo/Makefile
 plugins/effects/volume/Makefile
@@ -536,6 +536,8 @@ test/xml/Makefile
 test/bindings/Makefile
 test/cothreads/Makefile
 tests/Makefile
+tests/sched/Makefile
+examples/Makefile
 editor/Makefile
 tools/Makefile
 docs/Makefile