add pkg-config file for libosmo-ranap

This commit is contained in:
Harald Welte 2016-01-03 18:12:22 +01:00
parent 3761ef4790
commit 216ac210bf
3 changed files with 14 additions and 0 deletions

View File

@ -2,6 +2,9 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2
SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libosmo-ranap.pc
EXTRA_DIST = asn1 .version
BUILT_SOURCES = $(top_srcdir)/.version

View File

@ -29,6 +29,7 @@ dnl checks for header files
AC_HEADER_STDC
AC_OUTPUT(
libosmo-ranap.pc
src/Makefile
src/hnbap/Makefile
src/ranap/Makefile

10
libosmo-ranap.pc.in Normal file
View File

@ -0,0 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Osmocom RANAP protocol library
Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} -losmo-ranap
Cflags: -I${includedir}/