]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/qconf/Makefile.am
configure: add option to build with -Werror
[kconfig-frontends] / frontends / qconf / Makefile.am
index 58152712d60dbedb8f8ce11f20949d4e7dcbd553..616d3d4803418dd945f32e8036bf5ffafff19808 100644 (file)
@@ -6,7 +6,8 @@ qconf_CPPFLAGS = $(AM_CPPFLAGS)         \
                  $(GETTEXT)             \
                  -I$(top_srcdir)/libs/parser    \
                  -I$(top_srcdir)/libs/images
-qconf_CXXFLAGS = $(AM_CXXFLAGS) \
+qconf_CXXFLAGS = $(AM_CXXFLAGS)     \
+                 $(werror_CFLAGS)   \
                  $(qt4_CFLAGS)
 qconf_LDADD = $(top_builddir)/libs/parser/libkconfigparser.la \
               $(qt4_LIBS) $(qconf_EXTRA_LIBS)