X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2FMakefile;h=6d3da9202730c97e636444c9295515f3c6875d91;hb=58de9483c458a25a691d648ce13b81227c327d03;hp=d5c718b64341a3deb1b25af9df2aeb48dd2da888;hpb=c08a0975036f23f972a16a07efb0c07113c96d2e;p=rrq%2Frrqmisc.git diff --git a/vector/Makefile b/vector/Makefile index d5c718b..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 relation.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)