Let automake create the openbsc.pc and then install it into the pkg-config directory of ${libdir}. This is done in preparation for the public API that will be added soon. The advertised include directory will be ${incluedir}/openbsc-1.0 to follow userspace practive from glib/gtk/cairo/freetype2 and many more.neels/jolly/new_handover
parent
b424ecb247
commit
c7aa3c4f79
@ -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} |
Loading…
Reference in new issue