summaryrefslogtreecommitdiffstats
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/Makefile.am b/sh/Makefile.am
index 625567d..b91ecd3 100644
--- a/sh/Makefile.am
+++ b/sh/Makefile.am
@@ -32,8 +32,8 @@ noinst_SCRIPTS = example1 example2 example3 example4 example5 example6
hivexsh_SOURCES = \
hivexsh.c \
- hivex.h \
- byte_conversions.h
+ ../lib/hivex.h \
+ ../lib/byte_conversions.h
hivexsh_LDADD = ../lib/libhivex.la $(LIBREADLINE)
hivexsh_CFLAGS = \