diff options
author | Keith Whitwell <[email protected]> | 2006-11-01 14:26:10 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-11-01 14:26:10 +0000 |
commit | 48e6fff3a9d97fffa6d2dd63e63ffe94c25d2d96 (patch) | |
tree | 253d2a5339814eac4924817d4e4baf12659413b7 /progs/trivial/Makefile | |
parent | 5ac93f86210eb5c2a8dee74ec19b0ecd54376863 (diff) |
merge the (rest of) texmem branch
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index cdc63283538..b9ed5c70dc5 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -38,7 +38,9 @@ SOURCES = \ quad-offset-unfilled.c \ quad-unfilled.c \ quad-tex-2d.c \ + quad-tex-pbo.c \ quad-tex-3d.c \ + quad-tex-dep.c \ quad.c \ quads.c \ quadstrip.c \ |