maint: use "test x = x", not "test x == x"
[hivex.git] / sh / Makefile.am
index e085b3d..0898370 100644 (file)
@@ -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 \
@@ -79,3 +79,5 @@ $(top_builddir)/html/hivexsh.1.html: hivexsh.pod
          --htmldir html \
          --outfile html/hivexsh.1.html \
          sh/hivexsh.pod
+
+CLEANFILES = $(man_MANS)