diff options
| author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-08-04 11:23:52 +0200 |
|---|---|---|
| committer | Maarten Lankhorst <dev@mblankhorst.nl> | 2014-08-14 21:59:20 +0200 |
| commit | d9ce09de12131fa8c5ff2d7c2dbd6b61d8a5fd14 (patch) | |
| tree | 494f0aaa8b3465ee7107666df15cc2b1b3ee699c /exynos/Makefile.am | |
| parent | 479b6cef702f26d886b3f6ccfd48d5e39a623944 (diff) | |
exynos: Use symbol visibility.
No changes to exported symbols.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Diffstat (limited to 'exynos/Makefile.am')
| -rw-r--r-- | exynos/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exynos/Makefile.am b/exynos/Makefile.am index 0a2663ac..06bee007 100644 --- a/exynos/Makefile.am +++ b/exynos/Makefile.am @@ -1,5 +1,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ + $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/exynos \ $(PTHREADSTUBS_CFLAGS) \ |
