From f3aa2782abf95014d1beb4160e3ef0742f6f94e7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 9 May 2025 14:13:05 +0000 Subject: [PATCH] Makefile: Drop images directory We don't have any images in the backend any more. Signed-off-by: Michael Tremer --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f6545f9..217e808 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,6 @@ configsdir = $(sysconfdir)/westferry webrootdir = $(datadir)/westferry/webroot webroot_assetsdir = $(webrootdir)/assets webroot_fontsdir = $(webrootdir)/fonts -webroot_imagesdir = $(webrootdir)/images CLEANFILES = DISTCLEANFILES = -- 2.47.3