From 5835fe7842f42cfca3b2eaf8b6cb6d7352c4cf8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 10 Oct 2017 11:50:09 +0200 Subject: [PATCH] add @api@ to pkg-config's CFLAGS --- rtaudio.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtaudio.pc.in b/rtaudio.pc.in index ea23395..0e81090 100644 --- a/rtaudio.pc.in +++ b/rtaudio.pc.in @@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@ Requires: @req@ Libs: -L${libdir} -lrtaudio Libs.private: -lpthread -Cflags: -pthread -I${includedir} +Cflags: -pthread -I${includedir} @api@ -- 2.30.2