aboutsummaryrefslogtreecommitdiffstats
path: root/libosmoctrl.pc.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-20 19:58:40 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-21 15:34:18 +0200
commit3ff81b1a6b830d16803f3fc7356e9fd71162b6c6 (patch)
treec4c07ba874e41a6e172b80023943b9df383fe116 /libosmoctrl.pc.in
parent7fd0c830d968e67be555bd1aeabced4cc5e08061 (diff)
libctrl: autotools build system integration
Now we actually build the recently-imported libctrl
Diffstat (limited to 'libosmoctrl.pc.in')
-rw-r--r--libosmoctrl.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libosmoctrl.pc.in b/libosmoctrl.pc.in
new file mode 100644
index 00000000..ce44819a
--- /dev/null
+++ b/libosmoctrl.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Osmocom Control Interface Library
+Description: C Utility Library
+Version: @VERSION@
+Libs: -L${libdir} -losmoctrl
+Cflags: -I${includedir}/
+