X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=Makefile;h=eeddc48c6c0be7a7d1199a575204b8a76dde6b76;hp=aad20b6ec1209d91ee6e49478b320ceb77244047;hb=eb733268e03ec1f4542b87ad881bd1f12f18c299;hpb=841985fecd64252b395558f0cc5b5a44065e3808 diff --git a/Makefile b/Makefile index aad20b6..eeddc48 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ JSWOBJ=$(JSWSRC:%.c=%.o) LIBZPMSRC=sha256.c db.c compress.c uncompress.c zpm.c zpm_hash.c \ foreach_path.c vercmp.c findpkg.c quote.c dbquery.c script_hash.c \ parse.c integ.c seterror.c notes.c createpkg.c buffer.c \ - blake2/ref/blake2b-ref.o + blake2b.c LIBZPMOBJ=$(addprefix lib/, $(LIBZPMSRC:%.c=%.o)) @@ -804,7 +804,7 @@ crypto/libeddsa/lib/sc.c \ crypto/libeddsa/lib/sha512.c \ crypto/libeddsa/lib/x25519.c -SIGNOBJ=$(SIGNSRC:.c=.o) lib/readpass.o lib/blake2/ref/blake2b-ref.o \ +SIGNOBJ=$(SIGNSRC:.c=.o) lib/readpass.o lib/blake2b.o \ crypto/chacha.o $(SIGNOBJ): CFLAGS=-Wall -Wextra -W -Werror -Wno-pointer-sign \