diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-04-15 09:56:09 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-04-15 09:56:09 +0300 |
commit | 9567337fd2444aa9b30a6cbfdd5bc9a98d171f25 (patch) | |
tree | 7811255a8e028774b154d67245283022092312b9 /src/Makefile | |
parent | a23f6f4afb0f819c6c478975df41e235e8d0953a (diff) | |
download | apk-tools-9567337fd2444aa9b30a6cbfdd5bc9a98d171f25.tar.bz2 apk-tools-9567337fd2444aa9b30a6cbfdd5bc9a98d171f25.tar.xz |
fetch: new applet to download .apk files
Fixes #24.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index b9414ae..d4a7244 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,6 +27,7 @@ apk_OBJS = \ index.o \ info.o \ search.o \ + fetch.o \ audit.o \ apk.o |