From 6bf3d7877853c6d2e903d43932c53d9dc1e88d20 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Thu, 23 Jan 2020 20:28:52 +0100 Subject: [PATCH] Corrected the pkg config --- scripts/sfizz.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sfizz.pc.in b/scripts/sfizz.pc.in index 0a0f3296..5fa8600b 100644 --- a/scripts/sfizz.pc.in +++ b/scripts/sfizz.pc.in @@ -8,5 +8,5 @@ Description: @PROJECT_DESCRIPTION@ Version: @PROJECT_VERSION@ Requires: -Libs: -L${libdir} -lmylib +Libs: -L${libdir} -l@PROJECT_NAME@ Cflags: -I${includedir} \ No newline at end of file