diff options
Diffstat (limited to 'tests/kmstest/Makefile.am')
-rw-r--r-- | tests/kmstest/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kmstest/Makefile.am b/tests/kmstest/Makefile.am index ced541b7..4c993b04 100644 --- a/tests/kmstest/Makefile.am +++ b/tests/kmstest/Makefile.am @@ -1,5 +1,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS)\ + -fvisibility=hidden \ -I$(top_srcdir)/include/drm \ -I$(top_srcdir)/libkms/ \ -I$(top_srcdir)/tests/ \ |