diff options
author | Emil Velikov <[email protected]> | 2014-02-07 19:58:20 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-11 19:00:09 +0000 |
commit | 90ed1013226d77b187d243f2f85961ade9716845 (patch) | |
tree | a70732fbd552ffb3622234d4c545ed0dc4fab99f /src | |
parent | 165eecf1f64b800321745956064ae0a5007b0ca4 (diff) |
auxiliary/pipe-loader: automake: avoid exporting all symbols
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.am b/src/gallium/auxiliary/pipe-loader/Makefile.am index 8e4d0349f6b..74a61a3bd5c 100644 --- a/src/gallium/auxiliary/pipe-loader/Makefile.am +++ b/src/gallium/auxiliary/pipe-loader/Makefile.am @@ -1,6 +1,7 @@ AUTOMAKE_OPTIONS = subdir-objects AM_CPPFLAGS = $(DEFINES) \ + $(VISIBILITY_CFLAGS) \ $(GALLIUM_PIPE_LOADER_DEFINES) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/loader \ |