diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-01-22 00:06:52 +0200 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2009-01-22 02:10:30 +0100 | 
| commit | b1afe65e527b35bc2dfa2768995b05b0a21a3ae1 (patch) | |
| tree | 8e7782f44f50a626a676997b93a19bf30f08369b /src | |
| parent | 625894948b04acff2c47f2351824b4af78f87bdc (diff) | |
map: Don't export libtool symbols
Signed-off-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'src')
| -rw-r--r-- | src/map-file | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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_*;  }; | 
