diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-08-29 11:50:09 +1000 |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-08-29 13:02:53 +1000 |
| commit | 7060206acadb88e478de767a9d1fbdcd3abc0d82 (patch) | |
| tree | 7cab9326967d797f7e0e074e4a9bcdde4c2fcbb2 /libevdev/libevdev-int.h | |
| parent | a29d7dba142125591df8b876441b08dcf6551b69 (diff) | |
| download | libevdev-7060206acadb88e478de767a9d1fbdcd3abc0d82.tar.gz | |
Mark all external symbols with LIBEVDEV_EXPORT
GCC_CFLAGS was set by configure, but never actually used. So we didn't build with hidden symbols,
rather just weeded them out later through libtool.
Do this properly now, mark the symbols as visibility default.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'libevdev/libevdev-int.h')
| -rw-r--r-- | libevdev/libevdev-int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libevdev/libevdev-int.h b/libevdev/libevdev-int.h index 9210832..2be555d 100644 --- a/libevdev/libevdev-int.h +++ b/libevdev/libevdev-int.h @@ -37,6 +37,7 @@ #define ABS_MT_MIN ABS_MT_SLOT #define ABS_MT_MAX ABS_MT_TOOL_Y #define ABS_MT_CNT (ABS_MT_MAX - ABS_MT_MIN + 1) +#define LIBEVDEV_EXPORT __attribute__((visibility("default"))) #undef min #undef max |
