From: Matt Turner Date: Sun, 7 Dec 2014 06:43:29 +0000 (-0800) Subject: swrast: Add headers to distribution. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f90f341a730e9a90d7cf07efe4c82cefb563412;p=mesa.git swrast: Add headers to distribution. --- 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)