summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2014-12-06 22:43:29 -0800
committerMatt Turner <[email protected]>2014-12-12 12:11:48 -0800
commit4f90f341a730e9a90d7cf07efe4c82cefb563412 (patch)
tree11780781b8dcd7ed42fbe3dd78c10908193fef07
parentc9b5c4d407a2d66a01c34c5f8c319617f5f42bc4 (diff)
swrast: Add headers to distribution.
-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 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)