diff options
Diffstat (limited to 'uhd.pc.in')
-rw-r--r-- | uhd.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/uhd.pc.in b/uhd.pc.in new file mode 100644 index 000000000..58516c025 --- /dev/null +++ b/uhd.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: uhd +Description: Universal Software Radio Peripheral - Unified Hardware Driver +Requires: +Version: @VERSION@ +Libs: -L${libdir} -luhd +Cflags: -I${includedir} |