diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-09 12:04:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-09 12:04:27 +0000 |
commit | 9423906606a9e8d6e225043745058b908cfa6c47 (patch) | |
tree | ed2f13a9cd5f25e379bdb8772c2f7323cb232dd3 | |
parent | 1f21521684af9ac7f829c9ab06c0ef77fe68d2c2 (diff) | |
download | apk-tools-9423906606a9e8d6e225043745058b908cfa6c47.tar.gz apk-tools-9423906606a9e8d6e225043745058b908cfa6c47.tar.bz2 apk-tools-9423906606a9e8d6e225043745058b908cfa6c47.tar.xz apk-tools-9423906606a9e8d6e225043745058b908cfa6c47.zip |
Makefile: build the info applet
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index b6c0338..74cab62 100644 --- a/src/Makefile +++ b/src/Makefile @@ -26,6 +26,7 @@ apk_OBJS = \ del.o \ ver.o \ index.o \ + info.o \ apk.o ALL_OBJS = $(apk_OBJS) |