summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-01-27 19:08:57 +0000
committerAndy Wingo <wingo@pobox.com>2002-01-27 19:08:57 +0000
commit5ba3ae09251344b5f7d05c3e3109ff38d10b4c3e (patch)
tree9160892051bbc55d62b865631d1283883b4aef12 /configure.ac
parent167899232019b8daaa49944167d6217088438e03 (diff)
downloadgst-plugins-bad-5ba3ae09251344b5f7d05c3e3109ff38d10b4c3e.tar.gz
gst-plugins-bad-5ba3ae09251344b5f7d05c3e3109ff38d10b4c3e.tar.bz2
gst-plugins-bad-5ba3ae09251344b5f7d05c3e3109ff38d10b4c3e.zip
added -Wall to GST_INT_CFLAGS
Original commit message from CVS: added -Wall to GST_INT_CFLAGS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2eba81b8..1f024174 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)