summaryrefslogtreecommitdiffstats
path: root/streaming/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/Makefile.am')
-rw-r--r--streaming/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/streaming/Makefile.am b/streaming/Makefile.am
new file mode 100644
index 000000000..84048948b
--- /dev/null
+++ b/streaming/Makefile.am
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+AUTOMAKE_OPTIONS = subdir-objects
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+
+dist_libconfig_DATA = \
+ stream.conf \
+ $(NULL)
+
+dist_noinst_DATA = \
+ README.md \
+ $(NULL)