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

dist_noinst_DATA = \
	README.md \
	$(NULL)