From 451f50ac54b701283bac26a6231710863a086aa3 Mon Sep 17 00:00:00 2001
From: AOA-Mohammed <ali.mohammed@unibas.ch>
Date: Wed, 26 May 2021 17:24:24 +0200
Subject: [PATCH] add examples dir to dist.

---
 Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 14faf115..5f3bba5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,13 +33,13 @@ ACLOCAL_AMFLAGS=-I m4
 
 # automatic version number generation from git version
 # If you want to force updating the version string you need to run
-# 	autoconf -f 
+# 	autoconf -f
 # in the toplevel dir. We don't do this all the time automatically to
 # save development time. In a fresh git checkout the initial autoreconf does
 # the right thing. Of course, building a release should thus be done in a clean
 # checkout.
 BUILT_SOURCES = $(top_srcdir)/.version
-EXTRA_DIST = $(top_srcdir)/.version
+EXTRA_DIST = $(top_srcdir)/.version examples
 $(top_srcdir)/.version:
 	echo $(VERSION) > $@-t && mv $@-t $@
 dist-hook:
@@ -54,7 +54,7 @@ maestro: deps
 tests: maestro
 
 lib_LTLIBRARIES = libmaestro.la
-libmaestro_la_SOURCES = 
+libmaestro_la_SOURCES =
 libmaestro_la_LIBADD = 			 \
 	maestro/libmaestro_core.la    \
 	protocols/libmaestro_proto.la \
@@ -65,7 +65,7 @@ libmaestro_la_LIBADD = 			 \
 # README
 dist_doc_DATA = README.md
 
-# CMake package 
+# CMake package
 cmakepackagedir = $(libdir)/cmake/maestro/
 cmakepackage_DATA = MaestroConfig.cmake
 
-- 
GitLab