swrast: Add headers to distribution.
authorMatt Turner <mattst88@gmail.com>
Sun, 7 Dec 2014 06:43:29 +0000 (22:43 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:48 +0000 (12:11 -0800)
src/mesa/drivers/dri/swrast/Makefile.sources

index 70e432febb5d38cf5fae824d05a29b8313ab7608..8154fcaf71a2807f09fa5a3436e51e4cce20eb59 100644 (file)
@@ -1,5 +1,6 @@
 SWRAST_DRIVER_FILES = \
-       swrast.c 
+       swrast.c \
+       swrast_priv.h
 
 SWRAST_C_FILES = \
        $(SWRAST_DRIVER_FILES)