From 56c4857f1763b40e566839bdc6fa14f873baf9b8 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Thu, 31 Jul 2014 14:33:36 +0200 Subject: nouveau: Only export public functions. This hides all the abi16_* functions and the nouveau_debug variable, they should have been private to begin with. Signed-off-by: Maarten Lankhorst Reviewed-by: Emil Velikov --- nouveau/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'nouveau/Makefile.am') diff --git a/nouveau/Makefile.am b/nouveau/Makefile.am index 206e892e..73cff9fc 100644 --- a/nouveau/Makefile.am +++ b/nouveau/Makefile.am @@ -1,5 +1,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ + $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/nouveau \ $(PTHREADSTUBS_CFLAGS) \ -- cgit v1.2.3