xbps-query: use get_maxcols() from xbps-install.

This commit is contained in:
Juan RP
2013-06-14 09:33:27 +02:00
parent 5f2bba7f4e
commit 89ded69bed
3 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ TOPDIR = ../..
BIN = xbps-query
OBJS = main.o list.o show-deps.o show-info-files.o
OBJS += ownedby.o search.o
OBJS += ownedby.o search.o ../xbps-install/util.o
MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk