From c1a82b9554028640dc4e08f042f1a8faf3372627 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 2 Mar 2006 03:43:26 +0000 Subject: [PATCH] added s_blit.c file --- GL/mesa/swrast/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/GL/mesa/swrast/Makefile.am b/GL/mesa/swrast/Makefile.am index faa1acb5d..5a0ed9cd3 100644 --- a/GL/mesa/swrast/Makefile.am +++ b/GL/mesa/swrast/Makefile.am @@ -24,6 +24,7 @@ nodist_libswrast_la_SOURCES = s_aaline.c \ s_atifragshader.c \ s_bitmap.c \ s_blend.c \ + s_blit.c \ s_buffers.c \ s_context.c \ s_copypix.c \