From 631cc6105d084e466a11f77dc0e7c262449d42dd Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 7 Feb 2014 20:06:56 +0000 Subject: [PATCH] st/gbm: automake: do not export gbm_gallium_drm_device_create Symbol is internal and was never meant to be exported. Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- src/gallium/state_trackers/gbm/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/gbm/Makefile.am b/src/gallium/state_trackers/gbm/Makefile.am index 16f58d86f90..0e532fd7ed2 100644 --- a/src/gallium/state_trackers/gbm/Makefile.am +++ b/src/gallium/state_trackers/gbm/Makefile.am @@ -23,7 +23,9 @@ include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc -AM_CFLAGS = $(GALLIUM_CFLAGS) +AM_CFLAGS = \ + $(GALLIUM_CFLAGS) \ + $(VISIBILITY_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir)/src/gbm/main \ -I$(top_srcdir)/include -- 2.30.2