summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-09 12:04:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-09 12:04:27 +0000
commit9423906606a9e8d6e225043745058b908cfa6c47 (patch)
treeed2f13a9cd5f25e379bdb8772c2f7323cb232dd3
parent1f21521684af9ac7f829c9ab06c0ef77fe68d2c2 (diff)
downloadapk-tools-9423906606a9e8d6e225043745058b908cfa6c47.tar.bz2
apk-tools-9423906606a9e8d6e225043745058b908cfa6c47.tar.xz
Makefile: build the info applet
-rw-r--r--src/Makefile1
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)