diff options
author | Adam Jackson <[email protected]> | 2013-01-02 14:02:59 -0500 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-20 15:08:29 +0100 |
commit | 727b56b5787dd1e3f5afd898ad6650e18d8758f7 (patch) | |
tree | f126d0bf6f1fd3db2ee3a8f25647f3828264ccc3 /src | |
parent | 8333a7b6e3a8a49ef5b7b673ca0c0bb3369b5222 (diff) |
galahad, noop: Fix visibility CFLAGS in automake
Note: this is a candidate for the 9.0 stable branch.
Signed-off-by: Adam Jackson <[email protected]>
(cherry picked from commit 443954d161dc3db0605926e4e759080e299710ce)
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 = |