rename openbsc.pc to osmo-bsc.pc

Change-Id: I99ab9fea01c11841437b587dffd4e1fff17a291f
This commit is contained in:
Neels Hofmeyr 2017-09-04 03:08:21 +02:00
parent 5282a81323
commit 1e87a69689
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-bsc.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

@ -125,7 +125,7 @@ dnl Generate the output
AM_CONFIG_HEADER(bscconfig.h) AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT( AC_OUTPUT(
openbsc.pc osmo-bsc.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: OsmoBSC
Description: OpenBSC base station controller Description: OsmoBSC base station controller
Requires: Requires:
Version: @VERSION@ Version: @VERSION@
Cflags: -I${includedir} Cflags: -I${includedir}