rename openbsc.pc to osmo-msc.pc

Change-Id: Ibe73012cb2a27d886b5faf931a62d5efbddd8120
This commit is contained in:
Neels Hofmeyr 2017-09-04 04:07:13 +02:00
parent e428a4968e
commit bab29056a3
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-msc.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

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