added -Wall to GST_INT_CFLAGS
authorAndy Wingo <wingo@pobox.com>
Sun, 27 Jan 2002 19:08:57 +0000 (19:08 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 27 Jan 2002 19:08:57 +0000 (19:08 +0000)
Original commit message from CVS:
added -Wall to GST_INT_CFLAGS

configure.ac

index 2eba81b..1f02417 100644 (file)
@@ -728,7 +728,7 @@ AM_CONDITIONAL(HAVE_LIBGSM,         test "x$HAVE_LIBGSM" = "xyes")
 AM_CONDITIONAL(PLUGINS_USE_BUILDDIR,  test "x$PLUGINS_USE_BUILDDIR" = "xyes")
 
 
-GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs"
+GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs -Wall"
 AC_SUBST(GST_LIBS)
 AC_SUBST(GST_CFLAGS)