ref: 396caa4d31859045ccb5ef943fd430ca4026cce8
parent: 55dc14c317eca4d0ca2b1860514223b66eaa6eb6
parent: 3a4f71afbc23d716d0d1f71664b94af143ae8e11
author: Christopher Snowhill <kode54@gmail.com>
date: Tue Dec 18 16:58:27 EST 2018
Merge pull request #88 from RobertBColton/patch-1 Fix pkg-config Linking
--- a/pkg-config.pc.in
+++ b/pkg-config.pc.in
@@ -7,6 +7,6 @@
Description: DUMB is a module audio renderer library.
Version: @DUMB_VERSION@
URL: https://github.com/kode54/dumb/
-Libs: -L${libdir} -l@PROJECT_NAME@
+Libs: -L${libdir} -ldumb
Libs.private: -lm
Cflags: -I${includedir}