From 234c3cb933fcd422d9185b4bb01bed3223f0e791 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Mon, 20 Aug 2012 23:16:04 +0200 Subject: libmessaging-menu: only export symbols tha t belong to the API --- libmessaging-menu/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmessaging-menu/Makefile.am b/libmessaging-menu/Makefile.am index 3799723..187e6dc 100644 --- a/libmessaging-menu/Makefile.am +++ b/libmessaging-menu/Makefile.am @@ -18,6 +18,8 @@ libmessaging_menu_la_CFLAGS = \ $(GIO_CFLAGS) \ -Wall +libmessaging_menu_la_LDFLAGS = -export-symbols-regex="^messaging_menu_.*" + BUILT_SOURCES = \ indicator-messages-service.c \ indicator-messages-service.h -- cgit v1.2.3