From fdb957e95052b7c4ea32ab72b9efe5836133df7f Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 2 Jan 2011 12:51:40 +0100 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 src/Makefile tools/Makefile test/Makefile + utouch-grail.sym utouch-grail.pc]) AC_OUTPUT -- cgit v1.2.3