From d0893860898de8cac3c58d67a7a2f8d132844e6f Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 31 May 2023 02:26:54 +0200 Subject: [PATCH] fix make install Signed-off-by: falkTX --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9cdad0162..787c97b19 100644 --- a/Makefile +++ b/Makefile @@ -456,6 +456,7 @@ else endif install -d $(DESTDIR)$(LIBDIR)/pkgconfig install -d $(DESTDIR)$(INCLUDEDIR)/carla/includes + install -d $(DESTDIR)$(INCLUDEDIR)/carla/utils ifeq ($(LINUX),true) ifeq ($(HAVE_JACK),true) ifeq ($(JACKBRIDGE_DIRECT),true)