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 --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index bb1c4c5..855d428 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,7 @@ lib_LTLIBRARIES = libutouch-grail.la libutouch_grail_la_LDFLAGS = \ -version-info @LIB_VERSION@ \ + -export-symbols ../utouch-grail.sym \ -lm \ $(MTDEV_LIBS) \ $(EVEMU_LIBS) \ -- cgit v1.2.3