Cleanup Tuple to allow self-typing.
[rrq/rrqmisc.git] / vector / Makefile
index d5c718b64341a3deb1b25af9df2aeb48dd2da888..6d3da9202730c97e636444c9295515f3c6875d91 100644 (file)
@@ -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)