From: Emil Velikov Date: Fri, 7 Feb 2014 19:58:20 +0000 (+0000) Subject: auxiliary/pipe-loader: automake: avoid exporting all symbols X-Git-Tag: upstream/10.3~3782 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90ed1013226d77b187d243f2f85961ade9716845;p=platform%2Fupstream%2Fmesa.git auxiliary/pipe-loader: automake: avoid exporting all symbols Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.am b/src/gallium/auxiliary/pipe-loader/Makefile.am index 8e4d034..74a61a3 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 \