]> git.sur5r.net Git - kconfig-frontends/blobdiff - Makefile.am
Mafile: qconf must be compiled as C++11
[kconfig-frontends] / Makefile.am
index 014294041269c4e2e83ebe288837632c48365529..78647a32305de91bf4549d421cf5690c5bfd7f1e 100644 (file)
@@ -15,6 +15,7 @@ noinst_LIBRARIES =
 
 CLEANFILES =
 DISTCLEANFILES =
+MAINTAINERCLEANFILES =
 BUILT_SOURCES =
 
 #===============================================================================
@@ -96,7 +97,7 @@ BUILT_SOURCES += \
        libs/parser/lconf.c
 # Still, .c files generated from .y files are not cleaned by default,
 # so yconf.c must be explicitly listed:
-CLEANFILES += \
+MAINTAINERCLEANFILES += \
        libs/parser/hconf.c \
        libs/parser/lconf.c \
        libs/parser/yconf.c
@@ -299,7 +300,7 @@ frontends_qconf_kconfig_qconf_CXXFLAGS = \
        $(AM_CXXFLAGS) \
        $(kf_CFLAGS) \
        $(Qt5_CFLAGS) \
-       -fPIC
+       -fPIC -std=c++11
 frontends_qconf_kconfig_qconf_LDADD = \
        $(top_builddir)/libs/parser/libkconfig-parser.la \
        $(top_builddir)/libs/images/libkconfig-images.a \