summaryrefslogtreecommitdiffstats
path: root/backends/mongodb/Makefile.am
blob: 61b24baff7c51d2d1ba83f27a902ebce7afb82fb (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_noinst_DATA = \
    README.md \
    $(NULL)

dist_libconfig_DATA = \
    mongodb.conf \
    $(NULL)