From 5371f206f348346925e28edd177b429bee1da89c Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Sat, 12 May 2012 12:34:21 +0200 Subject: install pkg-config file when building with cmake --- librtlsdr.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'librtlsdr.pc.in') diff --git a/librtlsdr.pc.in b/librtlsdr.pc.in index bd77e1b..5e55049 100644 --- a/librtlsdr.pc.in +++ b/librtlsdr.pc.in @@ -6,5 +6,6 @@ includedir=@includedir@ Name: RTL-SDR Library Description: C Utility Library Version: @VERSION@ +Cflags: -I${includedir}/ @RTLSDR_PC_CFLAGS@ Libs: -L${libdir} -lrtlsdr -lusb-1.0 -Cflags: -I${includedir}/ +Libs.private: @RTLSDR_PC_LIBS@ -- cgit v1.3.1