From 7598701248587c911b7f4e9fbfce601bb9514863 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Nov 2024 15:47:58 -0500 Subject: Separate URI map implementation from application --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index bb5d053..226b704 100644 --- a/meson.build +++ b/meson.build @@ -419,6 +419,7 @@ common_sources = files( 'src/jalv.c', 'src/log.c', 'src/lv2_evbuf.c', + 'src/mapper.c', 'src/nodes.c', 'src/process.c', 'src/state.c', -- cgit v1.2.1