aboutsummaryrefslogtreecommitdiffstats
path: root/libosmotrau.pc.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-09-03 15:33:24 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-03 15:33:24 +0200
commit41d0d84fd61a178f524eca001932807702bcafb7 (patch)
tree6dde97b11d62da5dc3ac78e86298add64efc7f86 /libosmotrau.pc.in
parentd6216405b7363c94174a6d301b96f5ed4a8730ce (diff)
add 'libosmotrau' for TRAU/RTP related code
This new library is intended to include everything related to interfacing actual voice channels either via E1 or via RTP. The first module in the library is osmo_rtp, based on the ortp library.
Diffstat (limited to 'libosmotrau.pc.in')
-rw-r--r--libosmotrau.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libosmotrau.pc.in b/libosmotrau.pc.in
new file mode 100644
index 0000000..d15c5fa
--- /dev/null
+++ b/libosmotrau.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Osmocom TRAU (E1/RTP) Library
+Description: C Utility Library
+Version: @VERSION@
+Libs: -L${libdir} -losmotrau
+Cflags: -I${includedir}/