Split info related funcs from plist.c into its own file.

--HG--
extra : convert_revision : 70ec29b722ff5a702f64b525812bb2cbdad56a44
This commit is contained in:
Juan RP
2008-12-28 11:22:58 +01:00
parent 27de1e8a0c
commit 43543bbaa1
3 changed files with 273 additions and 239 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 repository.o fexec.o
OBJECTS += sha256.o util.o repository.o fexec.o info.o
all: $(LIBXBPS)
.PHONY: all