libxbps: move remote repo pkg-index sync code into its own file.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091027034000-rsg33sjonqsu0d5t
This commit is contained in:
Juan RP
2009-10-27 04:40:00 +01:00
parent 4acda249d9
commit ac897c8383
4 changed files with 241 additions and 209 deletions

View File

@@ -29,8 +29,8 @@ OBJS = fetch/common.o fetch/fetch.o fetch/file.o fetch/ftp.o fetch/http.o
# libxbps
OBJS += configure.o cmpver.o depends.o download.o fexec.o findpkg.o
OBJS += humanize_number.o orphans.o plist.o purge.o register.o remove.o
OBJS += repository.o requiredby.o sha256.o sortdeps.o state.o unpack.o
OBJS += util.o
OBJS += repository.o requiredby.o sha256.o sortdeps.o state.o
OBJS += sync_remote_pkgidx.o unpack.o util.o
all: libfetch libxbps.so libxbps.a
.PHONY: all