Add "relation" implementation based on hashvector
[rrq/rrqmisc.git] / vector / Makefile
index 7c5268d0b7aa65ce6991d857489795c7c24d75f1..d5c718b64341a3deb1b25af9df2aeb48dd2da888 100644 (file)
@@ -1,6 +1,6 @@
 LIBRARY = libvector.a
 LIBOBJS = vector.o hashvector.o
-LIBOBJS += integeritem.o  stringitem.o  tupleitem.o
+LIBOBJS += integeritem.o  stringitem.o  tupleitem.o relation.o
 
 default: $(LIBRARY)