make maintainer-clean removes these, and we want a clean orig.tar.gz
[debian/gnuradio] / usrp / usrp.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: usrp
7 Description: USRP Client Side C++ interface
8 Requires: @LIBUSB_PKG_CONFIG_NAME@
9 Version: @LIBVER@
10 Libs: -L${libdir} -lusrp
11 Cflags: -I${includedir}