projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f577c8e
)
r200: add fbo files to the compile
author
Dave Airlie
<airlied@redhat.com>
Thu, 26 Mar 2009 01:15:07 +0000
(11:15 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 26 Mar 2009 01:15:07 +0000
(11:15 +1000)
src/mesa/drivers/dri/r200/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r200/Makefile
b/src/mesa/drivers/dri/r200/Makefile
index e593ed91c5814fb235a2c6fb9a98c7d89a895cd7..6a246edf7cb0ea88474c53d1bf770a82e9713f6b 100644
(file)
--- a/
src/mesa/drivers/dri/r200/Makefile
+++ b/
src/mesa/drivers/dri/r200/Makefile
@@
-22,7
+22,8
@@
RADEON_COMMON_SOURCES = \
radeon_bo_legacy.c \
radeon_cs_legacy.c \
radeon_mipmap_tree.c \
- radeon_span.c
+ radeon_span.c \
+ radeon_fbo.c
DRIVER_SOURCES = r200_context.c \
@@
-80,7
+81,8
@@
COMMON_SYMLINKS = \
radeon_texture.c \
radeon_texture.h \
radeon_dma.c \
- radeon_dma.h
+ radeon_dma.h \
+ radeon_fbo.c
DRI_LIB_DEPS += $(RADEON_LDFLAGS)