summaryrefslogtreecommitdiff
path: root/nouveau/Makefile.am
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2014-07-31 14:33:36 +0200
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2014-08-04 09:22:00 +0200
commit56c4857f1763b40e566839bdc6fa14f873baf9b8 (patch)
tree05afffa22d868c8fcf44d4d4ced528b642ca1b8a /nouveau/Makefile.am
parent5d8357976a84396ebe10ed5a0d6ba1b79ccdcf2e (diff)
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 <maarten.lankhorst@canonical.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'nouveau/Makefile.am')
-rw-r--r--nouveau/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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) \