lib: only export ^sp_ symbols

This commit is contained in:
Christian Hergert
2016-04-13 20:20:52 -07:00
parent f69e18f4c8
commit 32ea29e1ba

View File

@ -114,6 +114,9 @@ libsysprof_@API_VERSION@_la_LIBADD = \
$(NULL)
libsysprof_@API_VERSION@_la_LDFLAGS = \
-avoid-version \
-no-undefined \
-export-symbols-regex '^(sp_).*' \
$(WARN_LDFLAGS) \
$(NULL)