From 5659f18b86bf1c60fba2bfd76d16e155ae1fb41c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 14 Sep 2008 15:30:57 +0200 Subject: Compile liblua --- source3/exports/liblua.syms | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source3/exports/liblua.syms (limited to 'source3/exports/liblua.syms') diff --git a/source3/exports/liblua.syms b/source3/exports/liblua.syms new file mode 100644 index 0000000000..8f598f1d11 --- /dev/null +++ b/source3/exports/liblua.syms @@ -0,0 +1,5 @@ +{ + global: *; + + local: *; +}; -- cgit