X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2FMakefile;h=6d3da9202730c97e636444c9295515f3c6875d91;hb=58de9483c458a25a691d648ce13b81227c327d03;hp=7c5268d0b7aa65ce6991d857489795c7c24d75f1;hpb=c1aae73b1fafd372c4f38a1a205e20a9f22a2fa0;p=rrq%2Frrqmisc.git diff --git a/vector/Makefile b/vector/Makefile index 7c5268d..6d3da92 100644 --- a/vector/Makefile +++ b/vector/Makefile @@ -1,6 +1,8 @@ LIBRARY = libvector.a -LIBOBJS = vector.o hashvector.o -LIBOBJS += integeritem.o stringitem.o tupleitem.o +LIBOBJS = Vector.o HashVector.o +LIBOBJS += Tuple.o TupleSchema.o integeritem.o stringitem.o +LIBOBJS += Relation.o +LIBOBJS += BindingTable.o Query.o default: $(LIBRARY)