diff --git a/lib/Makefile b/lib/Makefile index 787f482555d..d61706a4cff 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -11,7 +11,7 @@ LIBXBPS_LDFLAGS = -larchive -lprop -shared -Wl,-soname,$(LIBXBPS).$(MAJOR) OBJECTS = configure.o cmpver.o depends.o fexec.o findpkg.o OBJECTS += humanize_number.o orphans.o plist.o register.o remove.o -OBJECTS += repository.o requiredby.o sha256.o sortdeps.o state.o +OBJECTS += repository.o requiredby.o sha256.o sortdeps.o state.o OBJECTS += unpack.o util.o all: $(LIBXBPS) $(LIBXBPS_STATIC)