summaryrefslogtreecommitdiffstats
path: root/libnetdata/storage_number/Makefile.am
blob: c5f84504f94fc6804250f3ea98d92add78a97087 (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

SUBDIRS = \
    tests \
    $(NULL)

dist_noinst_DATA = \
    README.md \
    $(NULL)