diff options
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 4ee88365c8c..41e5a44d3f1 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -73,6 +73,9 @@ EXTRA_DIST = \ program/program_lexer.l \ program/program_parse.y \ SConscript \ + swrast/NOTES \ + swrast_setup/NOTES \ + tnl/NOTES \ tnl_dd BUILT_SOURCES = \ |