Change the subid export symbols
Rename libsubid symbols to all be prefixed with subid_. Don't export anything but the subid_*. Closes #443 Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
@@ -4,6 +4,7 @@ libsubid_la_LDFLAGS = -Wl,-soname,libsubid.so.@LIBSUBID_ABI@ \
|
||||
-shared -version-info @LIBSUBID_ABI_MAJOR@
|
||||
endif
|
||||
libsubid_la_SOURCES = api.c
|
||||
libsubid_la_LDFLAGS = -export-symbols-regex '^subid_'
|
||||
|
||||
pkginclude_HEADERS = subid.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user