X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=vector%2FMakefile;h=d5c718b64341a3deb1b25af9df2aeb48dd2da888;hb=c08a0975036f23f972a16a07efb0c07113c96d2e;hp=7c5268d0b7aa65ce6991d857489795c7c24d75f1;hpb=fff7d7c2ac83984bd2fc7ec3c72dc455c7c72807;p=rrq%2Frrqmisc.git diff --git a/vector/Makefile b/vector/Makefile index 7c5268d..d5c718b 100644 --- a/vector/Makefile +++ b/vector/Makefile @@ -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)