X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=sh%2FMakefile.am;h=e085b3d40cb5e259fe3a13af0eedd2739d9446c8;hb=6be76b4560d30b8173a98c7c5555b2e4de57f6d9;hp=625567d6f1a35ef9e8302eecf12cad1ec8b61d9b;hpb=e8928b001ed31694031257202775375e2f50e1a8;p=hivex.git diff --git a/sh/Makefile.am b/sh/Makefile.am index 625567d..e085b3d 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 = \ @@ -70,7 +70,7 @@ $(top_builddir)/html/hivexget.1.html: hivexget.pod --css 'pod.css' \ --htmldir html \ --outfile html/hivexget.1.html \ - lib/hivexget.pod + sh/hivexget.pod $(top_builddir)/html/hivexsh.1.html: hivexsh.pod mkdir -p $(top_builddir)/html @@ -78,4 +78,4 @@ $(top_builddir)/html/hivexsh.1.html: hivexsh.pod --css 'pod.css' \ --htmldir html \ --outfile html/hivexsh.1.html \ - lib/hivexsh.pod + sh/hivexsh.pod