diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c891bca..e307ceb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,7 @@ install-LUA_LIB-y := $(INSTALLDIR) $(DESTDIR)$(LUA_LIBDIR) && \ endif progs-y += apk -apk-objs := apk.o add.o del.o fix.o update.o info.o \ +apk-objs := apk.o add.o del.o fix.o update.o info.o list.o \ search.o upgrade.o cache.o ver.o index.o fetch.o \ audit.o verify.o dot.o policy.o stats.o manifest.o |