summaryrefslogtreecommitdiffstats
path: root/sh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sh/Makefile.am')
-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 \