]> pd.if.org Git - zpackage/blobdiff - Makefile
package signature work
[zpackage] / Makefile
index d2acd750e8f9c301c6db94fa6216736009841b48..cd2ce62859dcd8c7ee9d71a0f8011c99fd66305f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -802,10 +802,13 @@ crypto/libeddsa/lib/sc.c \
 crypto/libeddsa/lib/sha512.c \
 crypto/libeddsa/lib/x25519.c
 
-SIGNOBJ=$(SIGNSRC:.c=.o)
+SIGNOBJ=$(SIGNSRC:.c=.o) lib/readpass.o lib/blake2/ref/blake2b-ref.o \
+       crypto/chacha.o
 
 $(SIGNOBJ): CFLAGS=-Wall -Wextra -W -Werror -Wno-pointer-sign \
-       -Icrypto/libeddsa/lib -Wno-unused-command-line-argument
+       -Wno-missing-braces \
+       -Icrypto/libeddsa/lib -Wno-unused-command-line-argument \
+       -I.
 
 zpm-sign: $(SIGNOBJ)
        $(CC) -Wall -Wextra -W -Werror -Wno-unused-command-line-argument -static -o $@ $+