From f5ad1d25458681907cdb6f05008fe3ea4e06c0db Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 5 Mar 2022 10:18:11 +0100 Subject: Wayland: fix configure-based build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ade947dde..83ba9a723 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ include makeinclude -DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation +DIRS = $(IMAGEDIRS) $(LIBDECORDIR) src $(CAIRODIR) fluid test documentation all: makeinclude fltk-config for dir in $(DIRS); do\ -- cgit v1.2.3