summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-01-02 12:51:40 +0100
committerHenrik Rydberg <rydberg@euromail.se>2011-01-02 12:51:40 +0100
commitfdb957e95052b7c4ea32ab72b9efe5836133df7f (patch)
tree38ed1e3bef7b16b19f46adb656a192ee3051eeab /configure.ac
parentc0666a895e7fe8e488332263fd106ced0ed7cab7 (diff)
Only export the intended grail symbols
In the making of grail1, the intention was never that the gin, gru and touch symbols be exported. Rectify this by adding an explicit symbols file used during linking. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ceb9258..a705d57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,5 +30,6 @@ AC_CONFIG_FILES([Makefile
30 src/Makefile 30 src/Makefile
31 tools/Makefile 31 tools/Makefile
32 test/Makefile 32 test/Makefile
33 utouch-grail.sym
33 utouch-grail.pc]) 34 utouch-grail.pc])
34AC_OUTPUT 35AC_OUTPUT