xbps-rindex(8): fix #19. An ATF test-case will be imported later.

This commit is contained in:
Juan RP
2013-11-02 11:34:55 +01:00
parent 2b40d8ad54
commit 616d4420d2
6 changed files with 168 additions and 13 deletions

View File

@@ -2,6 +2,6 @@ TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-rindex
OBJS = main.o index-add.o remove-obsoletes.o repoflush.o sign.o
OBJS = main.o index-add.o index-clean.o remove-obsoletes.o repoflush.o sign.o
include $(TOPDIR)/mk/prog.mk