diff options
author | Keith Whitwell <[email protected]> | 2006-08-24 17:49:37 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-08-24 17:49:37 +0000 |
commit | 39f222a4217eb574fbd18ecb7786ffbd4228d03f (patch) | |
tree | 2ffd740880755beb68e33549de94b97c5a19a46d /progs/fp/Makefile | |
parent | 28536e6c4f23794e0b72937b523d115d050ef5d1 (diff) |
add point-position.c
Diffstat (limited to 'progs/fp/Makefile')
-rw-r--r-- | progs/fp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/fp/Makefile b/progs/fp/Makefile index d461ebcc608..d979be83d34 100644 --- a/progs/fp/Makefile +++ b/progs/fp/Makefile @@ -46,6 +46,7 @@ SOURCES = \ tri-tex.c \ tri-xpd.c \ tri-position.c \ + point-position.c \ tri-depth.c \ tri-depth2.c \ tri-depthwrite.c \ |