diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 8febc14d410..c17595ec794 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -58,7 +58,6 @@ PROGS = \ tessdemo \ texcyl \ texenv \ - texobj \ textures \ trispd \ tunnel \ diff --git a/progs/tests/Makefile b/progs/tests/Makefile index e5da72a3e4b..f5fbf374f7a 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -83,6 +83,7 @@ SOURCES = \ texdown \ texfilt.c \ texline.c \ + texobj.c \ texobjshare.c \ texrect.c \ texwrap.c \ diff --git a/progs/demos/texobj.c b/progs/tests/texobj.c similarity index 100% rename from progs/demos/texobj.c rename to progs/tests/texobj.c