From e57df97584ff337a31ee11df1edfd4d75b6731f3 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 21 Sep 2010 09:46:31 -0300 Subject: Simplify linker script Version linker scripts support function names and globs, so there's no need to rely on nm tool to gather the exported symbols. --- src/ofono.ver | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/ofono.ver (limited to 'src') diff --git a/src/ofono.ver b/src/ofono.ver new file mode 100644 index 00000000..3dce6f30 --- /dev/null +++ b/src/ofono.ver @@ -0,0 +1,7 @@ +{ + global: + ofono_*; + g_dbus_*; + local: + *; +}; -- cgit v1.2.3