OSDN Git Service

add miniglx sources to i915
authorDave Airlie <airliedfreedesktop.org>
Mon, 3 Apr 2006 07:41:31 +0000 (07:41 +0000)
committerDave Airlie <airliedfreedesktop.org>
Mon, 3 Apr 2006 07:41:31 +0000 (07:41 +0000)
src/mesa/drivers/dri/i915/Makefile

index 5334936..805abf7 100644 (file)
@@ -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 =