revert to version 1.18 for now to fix segfaults in some applications
[mesa.git] / src / mesa / Makefile.DJ
index bd8e6f039d60f31e9d4b22b18ebb09aa826dabfa..f01c9b1e4c1b21148b1e9219b2f57158ec9c570e 100644 (file)
@@ -171,9 +171,12 @@ DRIVER_SOURCES += \
        drivers/dos/vesa.c \
        drivers/dos/blit.S \
        drivers/dos/vga.c \
+       drivers/dos/null.c \
        drivers/dos/dpmi.c
 endif
 
+#DRIVER_SOURCES += $(OSMESA_DRIVER_SOURCES)
+
 SOURCES = $(CORE_SOURCES) $(X86_SOURCES) $(COMMON_DRIVER_SOURCES) $(DRIVER_SOURCES)
 
 OBJECTS = $(addsuffix .o,$(basename $(SOURCES)))
@@ -220,5 +223,6 @@ clean:
        -$(call UNLINK,swrast_setup/*.o)
        -$(call UNLINK,tnl/*.o)
        -$(call UNLINK,x86/*.o)
+       -$(call UNLINK,drivers/common/*.o)
        -$(call UNLINK,drivers/dos/*.o)
        -$(call UNLINK,drivers/glide/*.o)