st/gbm: automake: do not export gbm_gallium_drm_device_create
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 7 Feb 2014 20:06:56 +0000 (20:06 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 11 Feb 2014 19:00:09 +0000 (19:00 +0000)
Symbol is internal and was never meant to be exported.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/gallium/state_trackers/gbm/Makefile.am

index 16f58d8..0e532fd 100644 (file)
@@ -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