diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-27 13:41:56 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-27 13:41:56 +0000 |
commit | 65fdeaca6c1d61dd0297464f22f8073584eedc34 (patch) | |
tree | 115e2edc384dd2695eb2530dadcc131376c615d4 /src/mesa/main/Makefile.BeOS-R5 | |
parent | 8f04c12e0ad876baa7eb9ed379e2b00150b376e0 (diff) |
updated other makefiles
Diffstat (limited to 'src/mesa/main/Makefile.BeOS-R5')
-rw-r--r-- | src/mesa/main/Makefile.BeOS-R5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.BeOS-R5 b/src/mesa/main/Makefile.BeOS-R5 index 037a3a59f3..5e5d3300c3 100644 --- a/src/mesa/main/Makefile.BeOS-R5 +++ b/src/mesa/main/Makefile.BeOS-R5 @@ -99,12 +99,13 @@ MESA_CORE_SRCS = \ state.c \ stencil.c \ texcompress.c \ + texcompress_fxt1.c \ + texcompress_s3tc.c \ texformat.c \ teximage.c \ texobj.c \ texstate.c \ texstore.c \ - texutil.c \ varray.c \ vpexec.c \ vpparse.c \ |