From: Dave Airlie Date: Mon, 3 Apr 2006 07:41:31 +0000 (+0000) Subject: add miniglx sources to i915 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=edd270228708e586f07d24f2b61d7014bfcf9f58;p=mesa.git add miniglx sources to i915 --- diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile index 53349364d04..805abf75e08 100644 --- 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 =