From: Emil Velikov Date: Mon, 23 Mar 2015 16:17:34 +0000 (+0000) Subject: makefile: add all headers to the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2439602bef14387ccb1ea63ea452af4f15e8889;p=mesa.git makefile: add all headers to the tarball Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- diff --git a/Makefile.am b/Makefile.am index f4f0912fa38..9f49ce65353 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