summaryrefslogtreecommitdiffstats
path: root/web/Makefile.am
blob: c4e5fd50a68b83a97578a142d023febad40a6ec6 (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)