From 13e10daa330ea2b699c9aa9d14b3adbd01111fd6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 10 Jun 2009 05:40:52 +0800 Subject: move openbsc into its own subdirectory --- openbsc/openbsc.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openbsc/openbsc.pc.in (limited to 'openbsc/openbsc.pc.in') diff --git a/openbsc/openbsc.pc.in b/openbsc/openbsc.pc.in new file mode 100644 index 000000000..0d00831a2 --- /dev/null +++ b/openbsc/openbsc.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/openbsc-1.0 + +Name: OpenBSC +Description: OpenBSC base station controller +Requires: +Version: @VERSION@ +Libs: -L${libdir} -lopenbsc +Cflags: -I${includedir} -- cgit v1.2.3