Added Query functions. Major renaming of stuff to use camelcase type names.
[rrq/rrqmisc.git] / vector / Makefile
index 7c5268d0b7aa65ce6991d857489795c7c24d75f1..0f342d35332e604ac4ff10a76363abe10335ad92 100644 (file)
@@ -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)