diff options
author | Matt Turner <[email protected]> | 2013-11-11 21:00:20 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:46 -0800 |
commit | 9a742eef53149768b54b04b6dfadbd0906207637 (patch) | |
tree | 0f30ad0b6eb45c2c1b0721e603f277e80febe66e /src/mesa/Makefile.am | |
parent | 19999c3114ab437e21fc043ec78d5bbc4e2e7d75 (diff) |
mesa: Add headers to distribution.
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 713094766be..7f21c3a14ca 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -159,7 +159,9 @@ libmesagallium_la_LIBADD = \ libmesa_sse41_la_SOURCES = \ main/streaming-load-memcpy.c \ - main/sse_minmax.c + main/streaming-load-memcpy.h \ + main/sse_minmax.c \ + main/sse_minmax.h libmesa_sse41_la_CFLAGS = $(AM_CFLAGS) $(SSE41_CFLAGS) pkgconfigdir = $(libdir)/pkgconfig |