diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-23 16:17:34 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-03-24 20:49:31 +0000 |
commit | b2439602bef14387ccb1ea63ea452af4f15e8889 (patch) | |
tree | 8fc9a9f80d944ac2069aa6a78d10a15f8028f4a4 /Makefile.am | |
parent | 113d59fb557c377316904010ce88b9a87b4cc4d7 (diff) |
makefile: add all headers to the tarball
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index f4f0912fa3..9f49ce6535 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,12 +44,15 @@ EXTRA_DIST = \ scons \ SConstruct -noinst_HEADERS = \ - include/c99_compat.h \ - include/c99 \ - include/c11 \ - include/D3D9 \ - include/HaikuGL \ +noinst_HEADERS = \ + include/c99_alloca.h \ + include/c99_compat.h \ + include/c99_math.h \ + include/c99 \ + include/c11 \ + include/D3D9 \ + include/HaikuGL \ + include/no_extern_c.h \ include/pci_ids # We list some directories in EXTRA_DIST, but don't actually want to include |