test/encode: Add -Wall option to default build flags
[profile/ivi/libva.git] / test / encode / Makefile.am
index f86901f..ccf2aab 100644 (file)
@@ -26,6 +26,7 @@ bin_PROGRAMS += h264encode
 endif
 
 INCLUDES = \
+       -Wall                           \
        -I$(top_srcdir)                 \
        -I$(top_srcdir)/va              \
        $(NULL)