From 4f90f341a730e9a90d7cf07efe4c82cefb563412 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 6 Dec 2014 22:43:29 -0800 Subject: [PATCH] swrast: Add headers to distribution. --- src/mesa/drivers/dri/swrast/Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/swrast/Makefile.sources b/src/mesa/drivers/dri/swrast/Makefile.sources index 70e432febb5..8154fcaf71a 100644 --- a/src/mesa/drivers/dri/swrast/Makefile.sources +++ b/src/mesa/drivers/dri/swrast/Makefile.sources @@ -1,5 +1,6 @@ SWRAST_DRIVER_FILES = \ - swrast.c + swrast.c \ + swrast_priv.h SWRAST_C_FILES = \ $(SWRAST_DRIVER_FILES) -- 2.30.2