diff options
author | Emil Velikov <[email protected]> | 2014-02-07 20:06:56 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-11 19:00:09 +0000 |
commit | 631cc6105d084e466a11f77dc0e7c262449d42dd (patch) | |
tree | c612f19e1a73a03ed69b55886a10d50fe8b6e1fb /src/gallium/state_trackers/gbm/Makefile.am | |
parent | 90ed1013226d77b187d243f2f85961ade9716845 (diff) |
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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/gbm/Makefile.am')
-rw-r--r-- | src/gallium/state_trackers/gbm/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |