summaryrefslogtreecommitdiffstats
path: root/web/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/web/Makefile.am b/web/Makefile.am
deleted file mode 100644
index be2c545c3..000000000
--- a/web/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-AUTOMAKE_OPTIONS = subdir-objects
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-
-SUBDIRS = \
- api \
- gui \
- server \
- rtc \
- $(NULL)
-
-usersslconfigdir=$(configdir)/ssl
-
-# Explicitly install directories to avoid permission issues due to umask
-install-exec-local:
- $(INSTALL) -d $(DESTDIR)$(usersslconfigdir)
-
-dist_noinst_DATA = \
- README.md \
- gui/confluence/README.md \
- gui/custom/README.md \
- $(NULL)