mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
added -Wall to GST_INT_CFLAGS
Original commit message from CVS: added -Wall to GST_INT_CFLAGS
This commit is contained in:
parent
81337fdf49
commit
623c7f1144
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue