X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=Makefile.am;h=2987b1004ec2b9aa3a387f3bc28f77b029d31fb5;hp=d80bb7a611f362a105f0167da56252fac6c476d4;hb=e3782beb9f112e4f4f3b41cf809f639e852932f5;hpb=b3d0fd77eb71d6e20eddfac6586c16418f46e1be diff --git a/Makefile.am b/Makefile.am index d80bb7a6..2987b100 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,7 +104,6 @@ libwim_la_SOURCES = \ include/wimlib/capture.h \ include/wimlib/case.h \ include/wimlib/compiler.h \ - include/wimlib/compiler-gcc.h \ include/wimlib/compressor_ops.h \ include/wimlib/compress_common.h \ include/wimlib/chunk_compressor.h \ @@ -203,7 +202,7 @@ libwim_la_SOURCES += src/sha1-ssse3.asm libwim_la_LIBADD += src/sha1-ssse3.lo src/sha1-ssse3.lo:src/sha1-ssse3.asm - $(LIBTOOL) --mode=compile --tag NASM $(srcdir)/build-aux/nasm_lt.sh \ + $(LIBTOOL) --mode=compile $(srcdir)/build-aux/nasm_lt.sh \ $(NASM) $(NAFLAGS) $(NASM_PLATFORM_FLAGS) \ -DINTEL_SHA1_UPDATE_FUNCNAME=$(NASM_SYMBOL_PREFIX)sha1_transform_blocks_ssse3 \ -DINTEL_SHA1_UPDATE_DEFAULT_DISPATCH=$(NASM_SYMBOL_PREFIX)sha1_transform_blocks_default \