diff options
author | Matt Turner <mattst88@gmail.com> | 2013-11-11 19:45:05 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2014-12-12 12:11:46 -0800 |
commit | 55afbcc661642a00e2a4ef92f556edcdc9b72523 (patch) | |
tree | 629c0feb49dbeb0e2ec45909e874002f0ed256fb /Makefile.am | |
parent | 2a5b01217127db5ff432d35fa7f31cff881a0235 (diff) |
include: Add remaining headers to distribution.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 453e5f672ae..76451763776 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,6 +57,13 @@ EXTRA_FILES = \ src/mesa/program/program_parse.tab.h \ `git ls-files | grep "Makefile.am" | sed -e "s/Makefile.am/Makefile.in/"` +noinst_HEADERS = \ + include/c99_compat.h \ + include/c99 \ + include/c11 \ + include/D3D9 \ + include/HaikuGL \ + include/pci_ids IGNORE_FILES = \ -x autogen.sh |