summaryrefslogtreecommitdiffstats
path: root/streaming/Makefile.am
blob: 95c31cab0925ca035336ccc713172c20fd1d2a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
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)