From: Tom Stellard <tstel...@gmail.com> [mattst88] v2: Remove ARCH_FLAGS/OPT_FLAGS --- src/gallium/Automake.inc | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 src/gallium/Automake.inc
diff --git a/src/gallium/Automake.inc b/src/gallium/Automake.inc new file mode 100644 index 0000000..c922791 --- /dev/null +++ b/src/gallium/Automake.inc @@ -0,0 +1,5 @@ +GALLIUM_CFLAGS = \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ + $(DEFINES) \ + $(PIC_FLAGS) -- 1.7.8.6 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev