From c81cecf620d506653a1ead83858b8b3fc240abb5 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 1 Nov 2010 22:01:15 -0700 Subject: lib: Add GCC visibility(hidden) pragmas to private header files. This prevents any of the private functions from being leaked out through the library interface (at least when compiling with a recent-enough gcc to support the visibility pragma). --- Makefile.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.local') diff --git a/Makefile.local b/Makefile.local index a602ed08..66ccd6d1 100644 --- a/Makefile.local +++ b/Makefile.local @@ -249,7 +249,8 @@ notmuch_client_srcs = \ notmuch-time.c \ query-string.c \ show-message.c \ - json.c + json.c \ + xutil.c notmuch_client_modules = $(notmuch_client_srcs:.c=.o) -- cgit v1.2.3