<div dir="ltr">Reviewed-by: Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 9, 2017 at 12:15 PM, Józef Kucia <span dir="ltr"><<a href="mailto:joseph.kucia@gmail.com" target="_blank">joseph.kucia@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Allows passing CPPFLAGS, CFLAGS and CXXFLAGS to configure.<br>
---<br>
<br>
I am not sure if this is the best place to submit patches for Crucible.<br>
<br>
---<br>
 Makefile.am | 6 +++---<br>
 1 file changed, 3 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/Makefile.am b/Makefile.am<br>
index 656ee22..0478868 100644<br>
--- a/Makefile.am<br>
+++ b/Makefile.am<br>
@@ -21,7 +21,7 @@<br>
<br>
 export CRUCIBLE_TOP := $(srcdir)<br>
<br>
-CPPFLAGS = \<br>
+AM_CPPFLAGS = \<br>
    $(MESA_CPPFLAGS) \<br>
    -D_DEFAULT_SOURCE \<br>
    -D_GNU_SOURCE \<br>
@@ -37,13 +37,13 @@ common_CFLAGS = -Wall -O0 -g3 \<br>
        $(LIBXML2_CFLAGS) \<br>
        $(NULL)<br>
<br>
-CFLAGS = -std=gnu11 \<br>
+AM_CFLAGS = -std=gnu11 \<br>
         $(common_CFLAGS) \<br>
        -Werror=implicit-function-<wbr>declaration \<br>
        -Werror=implicit-int \<br>
        -Werror=missing-prototypes<br>
<br>
-CXXFLAGS = -std=c++11 $(common_CFLAGS)<br>
+AM_CXXFLAGS = -std=c++11 $(common_CFLAGS)<br>
<br>
 noinst_PROGRAMS = \<br>
        bin/crucible<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.13.5<br>
<br>
______________________________<wbr>_________________<br>
Piglit mailing list<br>
<a href="mailto:Piglit@lists.freedesktop.org">Piglit@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/piglit" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/piglit</a><br>
</font></span></blockquote></div><br></div>