From 443954d161dc3db0605926e4e759080e299710ce Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 2 Jan 2013 14:02:59 -0500 Subject: [PATCH] galahad, noop: Fix visibility CFLAGS in automake Note: this is a candidate for the 9.0 stable branch. Signed-off-by: Adam Jackson --- src/gallium/drivers/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/Makefile.am b/src/gallium/drivers/Makefile.am index 409bae0955f..dc808f47d9b 100644 --- a/src/gallium/drivers/Makefile.am +++ b/src/gallium/drivers/Makefile.am @@ -7,6 +7,8 @@ AM_CPPFLAGS = \ $(DEFINES) \ $(PIC_FLAGS) +AM_CFLAGS = $(VISIBILITY_CFLAGS) + noinst_LIBRARIES = SUBDIRS = -- 2.11.0