projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b5c4d
)
swrast: Add headers to distribution.
author
Matt Turner
<mattst88@gmail.com>
Sun, 7 Dec 2014 06:43:29 +0000
(22:43 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:48 +0000
(12:11 -0800)
src/mesa/drivers/dri/swrast/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/swrast/Makefile.sources
b/src/mesa/drivers/dri/swrast/Makefile.sources
index 70e432febb5d38cf5fae824d05a29b8313ab7608..8154fcaf71a2807f09fa5a3436e51e4cce20eb59 100644
(file)
--- 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)