diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-08-04 11:22:33 +0200 |
---|---|---|
committer | Maarten Lankhorst <dev@mblankhorst.nl> | 2014-08-14 21:59:18 +0200 |
commit | 2d1044cc47a00a6e9bcc49aca72680a77b447c9b (patch) | |
tree | ed2e43df940496ecf4211506e58b323c01e3b110 /omap/Makefile.am | |
parent | edbb4e545f75c08d9d178173bdcdc87ffc88dcd4 (diff) |
omap: Use symbol visibility.
No changes to exported symbols.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Diffstat (limited to 'omap/Makefile.am')
-rw-r--r-- | omap/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/omap/Makefile.am b/omap/Makefile.am index c77520b4..0778bdde 100644 --- a/omap/Makefile.am +++ b/omap/Makefile.am @@ -1,5 +1,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ + $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/omap \ $(PTHREADSTUBS_CFLAGS) \ |