From: Emil Velikov Date: Wed, 12 Oct 2016 15:06:47 +0000 (+0100) Subject: swr: automake: add ar_eventhandlerfile_h.template to the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4622305e67dbb3ed224fa966160616688e43ee8;p=mesa.git swr: automake: add ar_eventhandlerfile_h.template to the tarball Signed-off-by: Emil Velikov --- diff --git a/src/gallium/drivers/swr/Makefile.am b/src/gallium/drivers/swr/Makefile.am index 4299489af4a..dd1c2e6a78a 100644 --- a/src/gallium/drivers/swr/Makefile.am +++ b/src/gallium/drivers/swr/Makefile.am @@ -261,4 +261,5 @@ EXTRA_DIST = \ rasterizer/scripts/templates/knobs.template \ rasterizer/scripts/templates/ar_event_h.template \ rasterizer/scripts/templates/ar_event_cpp.template \ - rasterizer/scripts/templates/ar_eventhandler_h.template + rasterizer/scripts/templates/ar_eventhandler_h.template \ + rasterizer/scripts/templates/ar_eventhandlerfile_h.template