]> git.sur5r.net Git - kconfig-frontends/blobdiff - frontends/conf/Makefile.am
configure: add option to build with -Werror
[kconfig-frontends] / frontends / conf / Makefile.am
index 9b464cc933d23db8c24261d16581d5f5f1acdf15..4c3ce1f6f329ec0ec846c84a0a2f5908d56c1ec2 100644 (file)
@@ -4,5 +4,6 @@ conf_SOURCES = conf.c
 conf_CPPFLAGS = $(AM_CPPFLAGS)  \
                 $(GETTEXT)      \
                 -I$(top_srcdir)/libs/parser
+conf_CFLAGS = $(AM_CFLAGS) $(werror_CFLAGS)
 conf_LDADD = $(top_builddir)/libs/parser/libkconfigparser.la  \
              $(conf_EXTRA_LIBS)