summaryrefslogtreecommitdiffstats
path: root/sh
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-03 16:06:58 +0100
committerRichard Jones <rjones@redhat.com>2010-04-03 16:06:58 +0100
commit5b637fb0bfa2faa357e08aab646e6c427c9f397c (patch)
tree52cf320708d3c25627b44487343628426fde71db /sh
parent7614b64ca6c091d487a1b9c47462bd30be0f5445 (diff)
downloadhivex-5b637fb0bfa2faa357e08aab646e6c427c9f397c.tar.gz
hivex-5b637fb0bfa2faa357e08aab646e6c427c9f397c.tar.xz
hivex-5b637fb0bfa2faa357e08aab646e6c427c9f397c.zip
Add a linker script to limit visibility to exported symbols.
Diffstat (limited to 'sh')
-rw-r--r--sh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \