mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn.git
synced 2025-11-02 05:03:27 +00:00
build: Add a proper pkgconfig libgtp.pc for the GTP library
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
SUBDIRS = lib gtp ggsn sgsnemu doc
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libgtp.pc
|
||||
|
||||
@@ -115,5 +115,6 @@ AC_CONFIG_FILES([Makefile
|
||||
sgsnemu/Makefile
|
||||
src/Makefile
|
||||
tests/Makefile
|
||||
libgtp.pc
|
||||
openggsn.spec])
|
||||
AC_OUTPUT
|
||||
|
||||
11
libgtp.pc.in
Normal file
11
libgtp.pc.in
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: OpenGGSN STP Library
|
||||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgtp
|
||||
Cflags: -I${includedir}/
|
||||
|
||||
Reference in New Issue
Block a user