diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-27 19:08:57 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-27 19:08:57 +0000 |
commit | 95d8ff55a8b5f4e1221e94bd7dc6e57d843848ce (patch) | |
tree | 35f6ba336725cff762362d336c89971b2baf8a98 /configure.ac | |
parent | 55ca7527df6ee6f2642853eac9a644284c1b478b (diff) |
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.ac | 2 |
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) |