diff options
Diffstat (limited to 'libosmogb.pc.in')
-rw-r--r-- | libosmogb.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libosmogb.pc.in b/libosmogb.pc.in new file mode 100644 index 00000000..cbfa631b --- /dev/null +++ b/libosmogb.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Osmocom GPRS Gb Library +Description: Osmocom GPRS Gb Interface (NS/BSSGP) Library +Version: @VERSION@ +Libs: -L${libdir} -losmogb +Cflags: -I${includedir}/ + |