summaryrefslogtreecommitdiffstats
path: root/web/server/Makefile.am
blob: 1ee01bb3a4401973f9e3d3650725ba6d4391abaa (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 = \
    static \
    $(NULL)

dist_noinst_DATA = \
    README.md \
    $(NULL)