summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-06-10 15:35:34 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-06-10 16:25:03 +0200
commit76c459262303c8cfa4dd4499a006fda60894faeb (patch)
treee1ab29b799b6e5d41867da8f9c41cc2081d70fbc
parent89fb3c666759fb39e425f3c5f92e266369925d41 (diff)
downloadefl-76c459262303c8cfa4dd4499a006fda60894faeb.tar.gz
examples: elementary: package needed headers into dist
Without them examples are not building from tarball distribution
-rw-r--r--src/examples/elementary/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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 = \