From b1afe65e527b35bc2dfa2768995b05b0a21a3ae1 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 22 Jan 2009 00:06:52 +0200 Subject: map: Don't export libtool symbols Signed-off-by: Lennart Poettering --- src/map-file | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/map-file b/src/map-file index 2265ed0..902252a 100644 --- a/src/map-file +++ b/src/map-file @@ -7,4 +7,7 @@ driver_change_props; driver_destroy; driver_open; driver_play; +lt_*; +dlopen_*; +preopen_*; }; -- cgit