add pkg-config file for libosmo-ranap
parent
3761ef4790
commit
216ac210bf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}/
|
Loading…
Reference in New Issue