summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-12-06 22:43:29 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:48 -0800
commit4f90f341a730e9a90d7cf07efe4c82cefb563412 (patch)
tree11780781b8dcd7ed42fbe3dd78c10908193fef07 /src/mesa/drivers/dri/swrast
parentc9b5c4d407a2d66a01c34c5f8c319617f5f42bc4 (diff)
downloadexternal_mesa3d-4f90f341a730e9a90d7cf07efe4c82cefb563412.zip
external_mesa3d-4f90f341a730e9a90d7cf07efe4c82cefb563412.tar.gz
external_mesa3d-4f90f341a730e9a90d7cf07efe4c82cefb563412.tar.bz2
swrast: Add headers to distribution.
Diffstat (limited to 'src/mesa/drivers/dri/swrast')
-rw-r--r--src/mesa/drivers/dri/swrast/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/swrast/Makefile.sources b/src/mesa/drivers/dri/swrast/Makefile.sources
index 70e432f..8154fca 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)