diff options
author | Vinson Lee <vlee@vmware.com> | 2009-12-04 17:29:53 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2009-12-04 17:29:53 -0800 |
commit | e5bc2a19bdaeeda2aa60562f6a580e27c74e9569 (patch) | |
tree | 0eaa9fb971a6f02c5c8e10db2a85407ddfef53bf | |
parent | 225bc70b77fcf107dd8abc93be27a15c27743071 (diff) |
progs/fp: Add tri-inv.c to Makefile.
-rwxr-xr-x | progs/fp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/fp/Makefile b/progs/fp/Makefile index 681928cf2602..d77cd32b4df6 100755 --- a/progs/fp/Makefile +++ b/progs/fp/Makefile @@ -17,6 +17,7 @@ SOURCES = \ tri-depth2.c \ tri-depthwrite.c \ tri-depthwrite2.c \ + tri-inv.c \ tri-param.c \ fp-tri.c |