Split repository functions from plist.c into its own file.

--HG--
extra : convert_revision : 581706f025dd210fc95d6e7c2f535ace786ea78f
This commit is contained in:
Juan RP
2008-12-27 23:03:17 +01:00
parent e5774555cf
commit 3aabbc6c8b
3 changed files with 213 additions and 179 deletions

View File

@@ -9,7 +9,7 @@ LIBXBPS = libxbps.so
LIBXBPS_LDFLAGS = -larchive -lprop -shared -Wl,-soname,$(LIBXBPS).$(MAJOR)
OBJECTS = cmpver.o depends.o humanize_number.o install.o plist.o
OBJECTS += sha256.o util.o
OBJECTS += sha256.o util.o repository.o
all: $(LIBXBPS)
.PHONY: all