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

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

SUBDIRS = \
    api \
    gui \
    server \
    $(NULL)

dist_noinst_DATA = \
    README.md \
    gui/confluence/README.md \
    gui/custom/README.md \
    $(NULL)