diff options
author | Brian Paul <[email protected]> | 2005-01-19 14:52:13 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-19 14:52:13 +0000 |
commit | 31fb7648fc3b5b332c151226d61722c09c342570 (patch) | |
tree | c4918a8fd2cd8e40ca58cdfea07ed669ec8d1e72 | |
parent | 4f6d9aaa9a3deca941cf13f325d28f9be587d58c (diff) |
added texobjshare.c
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 1a294014aaa..34eb404e916 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -41,6 +41,7 @@ SOURCES = antialias.c \ stencil_wrap.c \ tex1d.c \ texline.c \ + texobjshare.c \ texrect.c \ texwrap.c \ vparray.c \ |