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/.
This commit is contained in:
Marijn Suijten 2020-12-08 23:13:32 +01:00 committed by Wim Taymans
parent c6f94def08
commit 990903ac8e

View file

@ -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/ \