move openbsc.pc to osmo-sgsn.pc

Change-Id: Iad28d85b2a6d175cbe5d506aa82e7e4d94111eff
This commit is contained in:
Neels Hofmeyr 2017-09-04 15:25:43 +02:00
parent a2ea72915c
commit a759e3a07a
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ SUBDIRS = \
$(NULL) $(NULL)
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = openbsc.pc pkgconfig_DATA = osmo-sgsn.pc
BUILT_SOURCES = $(top_srcdir)/.version BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version EXTRA_DIST = git-version-gen osmoappdesc.py .version

View File

@ -178,7 +178,7 @@ dnl Generate the output
AM_CONFIG_HEADER(bscconfig.h) AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT( AC_OUTPUT(
openbsc.pc osmo-sgsn.pc
include/openbsc/Makefile include/openbsc/Makefile
include/Makefile include/Makefile
src/Makefile src/Makefile

View File

@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@ libdir=@libdir@
includedir=@includedir@/ includedir=@includedir@/
Name: OpenBSC Name: OsmoSGSN
Description: OpenBSC base station controller Description: Osmocom's Serving GPRS Support Node for 2G and 3G packet-switched mobile networks
Requires: Requires:
Version: @VERSION@ Version: @VERSION@
Cflags: -I${includedir} Cflags: -I${includedir}