summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-05 10:18:11 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-05 10:18:11 +0100
commitf5ad1d25458681907cdb6f05008fe3ea4e06c0db (patch)
tree25d0a83fb7bcd62f0277a908b68549f281bbd296 /Makefile
parentc4ffbf9d8c57e235c45bfc4c8b95841247a783bf (diff)
Wayland: fix configure-based build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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\