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