X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=hivex%2FMakefile.am;h=51a7376720fc32f6c92b3e0b1b5352f64311d6b6;hb=58bcae66794fda42c50b991f615cfc8fcaa35c0e;hp=66c5bf1d133aa992d1ee9276820af5486bd9d3b5;hpb=4c706dac78df91669fd21e6ab6048bff0ee970ae;p=hivex.git diff --git a/hivex/Makefile.am b/hivex/Makefile.am index 66c5bf1..51a7376 100644 --- a/hivex/Makefile.am +++ b/hivex/Makefile.am @@ -23,7 +23,6 @@ EXTRA_DIST = \ hivexget.pod \ hivexget \ hivexsh.pod \ - LICENSE \ example1 \ example2 \ example3 \ @@ -36,7 +35,8 @@ lib_LTLIBRARIES = libhivex.la libhivex_la_SOURCES = \ hivex.c \ hivex.h \ - byte_conversions.h + byte_conversions.h \ + gettext.h libhivex_la_LDFLAGS = -version-info 0:0:0 $(LTLIBINTL) $(LTLIBTHREAD) libhivex_la_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)