summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-06-18 14:53:59 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-06-18 14:54:18 +0300
commit5725f656b01c734580dd9d866a2855a9c333a441 (patch)
tree255253ee880072bf8906499786912d3d45f078fb /src/Makefile
parent98c6b46de6d5074235e80617fd03c9e15cdd16e2 (diff)
downloadapk-tools-5725f656b01c734580dd9d866a2855a9c333a441.tar.gz
apk-tools-5725f656b01c734580dd9d866a2855a9c333a441.tar.bz2
apk-tools-5725f656b01c734580dd9d866a2855a9c333a441.tar.xz
apk-tools-5725f656b01c734580dd9d866a2855a9c333a441.zip
policy: new applet
to show different versions of package and the repositories from which it is available from.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 84653fc..bd58fd1 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -21,7 +21,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
+ audit.o verify.o dot.o policy.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 \