From: Emil Velikov Date: Fri, 7 Feb 2014 20:06:56 +0000 (+0000) Subject: st/gbm: automake: do not export gbm_gallium_drm_device_create X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=631cc6105d084e466a11f77dc0e7c262449d42dd;p=mesa.git 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 --- 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