Added Query functions. Major renaming of stuff to use camelcase type names.
[rrq/rrqmisc.git] / vector / Makefile
index d5c718b64341a3deb1b25af9df2aeb48dd2da888..0f342d35332e604ac4ff10a76363abe10335ad92 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 += TupleSchema.o integeritem.o  stringitem.o
+LIBOBJS += Relation.o
+LIBOBJS += BindingTable.o Query.o
 
 default: $(LIBRARY)