From b4b95e9ae7a41d7cfec9ec4b2001ad02090fadf4 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 20 May 2017 06:18:19 +0000 Subject: manifest: new applet which dumps checksums in sha1sum format for a package --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 16a358b..5fe2bc8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,7 +27,7 @@ endif progs-y += apk apk-objs := apk.o add.o del.o fix.o update.o info.o \ search.o upgrade.o cache.o ver.o index.o fetch.o \ - audit.o verify.o dot.o policy.o stats.o + audit.o verify.o dot.o policy.o stats.o manifest.o libapk.so-objs := common.o database.o package.o archive.o \ version.o io.o url.o gunzip.o blob.o hash.o print.o \ -- cgit v1.2.3