projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225148e
)
add miniglx sources to i915
author
Dave Airlie
<airliedfreedesktop.org>
Mon, 3 Apr 2006 07:41:31 +0000
(07:41 +0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Mon, 3 Apr 2006 07:41:31 +0000
(07:41 +0000)
src/mesa/drivers/dri/i915/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915/Makefile
b/src/mesa/drivers/dri/i915/Makefile
index 53349364d04d6db23731e4fb9b35100c64049e2a..805abf75e088aff616624ce936b540067e768686 100644
(file)
--- a/
src/mesa/drivers/dri/i915/Makefile
+++ b/
src/mesa/drivers/dri/i915/Makefile
@@
-4,6
+4,8
@@
include $(TOP)/configs/current
LIBNAME = i915_dri.so
+MINIGLX_SOURCES = server/intel_dri.c
+
DRIVER_SOURCES = \
i915_context.c \
i915_debug.c \
@@
-37,7
+39,6
@@
DRIVER_SOURCES = \
C_SOURCES = \
$(COMMON_SOURCES) \
- $(MINIGLX_SOURCES) \
$(DRIVER_SOURCES)
ASM_SOURCES =