added -Wall to GST_INT_CFLAGS

Original commit message from CVS:
added -Wall to GST_INT_CFLAGS
This commit is contained in:
Andy Wingo 2002-01-27 19:08:38 +00:00
parent 81337fdf49
commit 623c7f1144

View file

@ -595,7 +595,7 @@ AC_SUBST(LIBGST_CFLAGS)
dnl Vars for everyone else
GST_INT_LIBS="\$(top_builddir)/gst/libgst.la"
GST_INT_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir)/include -I\$(top_srcdir)"
GST_INT_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir)/include -I\$(top_srcdir) -Wall"
AC_SUBST(GST_CFLAGS, "$GST_EXT_CFLAGS $GST_INT_CFLAGS")
AC_SUBST(GST_LIBS, "$GST_EXT_LIBS $GST_INT_LIBS")