summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-06-25 10:31:05 +0300
committerTimo Teras <timo.teras@iki.fi>2009-06-25 10:31:05 +0300
commit4d04bd8a463262059d83f126e604914898de81e9 (patch)
tree30eb009721f6b40b58558bd12b211deb8425ed3f /src/Makefile
parent5eab547de6f695bee4de4c0095dd8d058c27f32b (diff)
downloadapk-tools-4d04bd8a463262059d83f126e604914898de81e9.tar.bz2
apk-tools-4d04bd8a463262059d83f126e604914898de81e9.tar.xz
upgrade: new applet
Currently just goes through all world dependencies and updates them where possible (ref #51).
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 b2737d2..fe962e7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,7 @@ progs-y += apk
apk-objs := state.o database.o package.o archive.o \
version.o io.o url.o gunzip.o blob.o \
hash.o md5.o apk.o \
- add.o del.o update.o info.o search.o \
+ add.o del.o update.o info.o search.o upgrade.o \
ver.o index.o fetch.o audit.o
CFLAGS_apk.o := -DAPK_VERSION=\"$(FULL_VERSION)\"