From 990903ac8eaedac0bc18a3106f36a39da53f0a28 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Tue, 8 Dec 2020 23:13:32 +0100 Subject: [PATCH] Makefile.in: PIPEWIRE_MODULE_DIR should point to src/modules The root of the build directory does not contain modules, these reside in src/modules/. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index aca03a44e..91e4deaa9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,7 +12,7 @@ clean: run: all SPA_PLUGIN_DIR=@BUILD_ROOT@/spa/plugins \ - PIPEWIRE_MODULE_DIR=@BUILD_ROOT@ \ + PIPEWIRE_MODULE_DIR=@BUILD_ROOT@/src/modules/ \ PATH=@BUILD_ROOT@/src/examples:$(PATH) \ PIPEWIRE_CONFIG_FILE=@BUILD_ROOT@/src/daemon/pipewire-uninstalled.conf \ PIPEWIRE_CONFIG_DIR=@BUILD_ROOT@/src/daemon/ \