summaryrefslogtreecommitdiffstats
path: root/web/server/Makefile.am
blob: 843c4cc9bf1f26ee6cd97a92e42d1fff51dbaaf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-3.0-or-later

AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

SUBDIRS = \
    single \
    multi \
    static \
    $(NULL)

dist_noinst_DATA = \
	README.md \
	$(NULL)