diff options
author | Matt Turner <[email protected]> | 2013-11-11 21:23:20 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:47 -0800 |
commit | 0557d54847d13a7bc5cad6f9ff7fe7baea351749 (patch) | |
tree | 5366ea1536ef904f6944017471279fdb72046281 /src/mesa/Makefile.sources | |
parent | d5fba58f854113f5f4689b10ca2228ddbff33650 (diff) |
x86-64: Add headers to distribution.
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 93988487c86..816896e5e89 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -470,6 +470,7 @@ X86_FILES = \ $(SRCDIR)x86/read_rgba_span_x86.S X86_64_FILES = \ + $(SRCDIR)x86-64/x86-64.h \ $(SRCDIR)x86-64/xform4.S SPARC_FILES = \ |