From 574098461cd45be12a497afbdac6f93c58978387 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Sep 2019 12:23:38 +0200 Subject: Adding upstream version 1.17.0. Signed-off-by: Daniel Baumann --- backends/mongodb/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 backends/mongodb/Makefile.am (limited to 'backends/mongodb/Makefile.am') diff --git a/backends/mongodb/Makefile.am b/backends/mongodb/Makefile.am new file mode 100644 index 000000000..89e14a8d0 --- /dev/null +++ b/backends/mongodb/Makefile.am @@ -0,0 +1,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) -- cgit v1.2.3