File: libhydrasdr.pc.in

package info (click to toggle)
hydrasdr-host 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,436 kB
  • sloc: ansic: 17,644; sh: 26; xml: 23; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: HydraSDR Library
Description: C Utility Library
Version: @VERSION@
Cflags: -I${includedir}/libhydrasdr/ @HYDRASDR_PC_CFLAGS@
Libs: -L${libdir} -lhydrasdr
Libs.private: @HYDRASDR_PC_LIBS@