From 5b637fb0bfa2faa357e08aab646e6c427c9f397c Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 3 Apr 2010 16:06:58 +0100 Subject: Add a linker script to limit visibility to exported symbols. --- sh/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/Makefile.am b/sh/Makefile.am index a3ca5c7..0898370 100644 --- a/sh/Makefile.am +++ b/sh/Makefile.am @@ -35,7 +35,7 @@ hivexsh_SOURCES = \ ../lib/hivex.h \ ../lib/byte_conversions.h -hivexsh_LDADD = ../lib/libhivex.la $(LIBREADLINE) +hivexsh_LDADD = ../lib/libhivex.la ../gnulib/lib/libgnu.la $(LIBREADLINE) hivexsh_CFLAGS = \ -I$(top_srcdir)/gnulib/lib \ -I$(top_srcdir)/lib \ -- cgit