add @api@ to pkg-config's CFLAGS
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Tue, 10 Oct 2017 09:50:09 +0000 (11:50 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Tue, 10 Oct 2017 09:50:09 +0000 (11:50 +0200)
rtaudio.pc.in

index ea233956501de0863c4085447f8c4e22d9ab5e4d..0e81090dfede61890e45f2b1e01748cdad16b658 100644 (file)
@@ -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@