From 76c459262303c8cfa4dd4499a006fda60894faeb Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 10 Jun 2016 15:35:34 +0200 Subject: [PATCH] examples: elementary: package needed headers into dist Without them examples are not building from tarball distribution --- src/examples/elementary/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/examples/elementary/Makefile.am b/src/examples/elementary/Makefile.am index e36408079e..5aacd7fbb2 100644 --- a/src/examples/elementary/Makefile.am +++ b/src/examples/elementary/Makefile.am @@ -365,6 +365,9 @@ sphere-hunter benchmark3d_SOURCES = \ performance/performance.c \ performance/camera_light.c \ + performance/tools_private.h \ + performance/graphical_struct.h \ + performance/Tools.h \ performance/graphical.c sphere_hunter_SOURCES = \