X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=hivex%2FMakefile.am;h=987cfc9394a1b71f48bc83fba599b8908d8043ce;hb=72a03b2cd32299ece4fb179ab179ce8689c6d0ce;hp=312cc3c6d1bed0784e8e8fef603c7638dfb1b7c2;hpb=dd1a57f8b76e5acd8f86d7edad07b9ea1d316de2;p=hivex.git diff --git a/hivex/Makefile.am b/hivex/Makefile.am index 312cc3c..987cfc9 100644 --- a/hivex/Makefile.am +++ b/hivex/Makefile.am @@ -32,6 +32,7 @@ libhivex_la_CPPFLAGS = -I$(top_srcdir)/gnulib/lib bin_PROGRAMS = hivexml hivexsh bin_SCRIPTS = hivexget +noinst_SCRIPTS = example1 example2 example3 hivexml_SOURCES = \ hivexml.c @@ -44,7 +45,9 @@ hivexml_CFLAGS = \ $(WARN_CFLAGS) $(WERROR_CFLAGS) hivexsh_SOURCES = \ - hivexsh.c + hivexsh.c \ + hivex.h \ + byte_conversions.h hivexsh_LDADD = libhivex.la ../gnulib/lib/libgnu.la $(LIBREADLINE) hivexsh_CFLAGS = \