X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=sh%2FMakefile.am;h=089837041eb230d734c04574e604413681239b08;hb=81cc08b749bde37f364400c2b983d1e73e8dde21;hp=b91ecd32355e885541c3f405063105533b62e79b;hpb=22368ef43611a1cdc8975833f21e07ed570669fc;p=hivex.git diff --git a/sh/Makefile.am b/sh/Makefile.am index b91ecd3..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 \ @@ -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,6 @@ $(top_builddir)/html/hivexsh.1.html: hivexsh.pod --css 'pod.css' \ --htmldir html \ --outfile html/hivexsh.1.html \ - lib/hivexsh.pod + sh/hivexsh.pod + +CLEANFILES = $(man_MANS)