X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=vector%2FMakefile;h=0f342d35332e604ac4ff10a76363abe10335ad92;hb=6fcd4ffc18696dbf4c11be32837a2035ea5ee92f;hp=7c5268d0b7aa65ce6991d857489795c7c24d75f1;hpb=c1aae73b1fafd372c4f38a1a205e20a9f22a2fa0;p=rrq%2Frrqmisc.git diff --git a/vector/Makefile b/vector/Makefile index 7c5268d..0f342d3 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 += TupleSchema.o integeritem.o stringitem.o +LIBOBJS += Relation.o +LIBOBJS += BindingTable.o Query.o default: $(LIBRARY)