From bab29056a3006b8420881c5f6138497f601c391a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 4 Sep 2017 04:07:13 +0200 Subject: [PATCH] rename openbsc.pc to osmo-msc.pc Change-Id: Ibe73012cb2a27d886b5faf931a62d5efbddd8120 --- Makefile.am | 2 +- configure.ac | 2 +- openbsc.pc.in => osmo-msc.pc.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename openbsc.pc.in => osmo-msc.pc.in (69%) diff --git a/Makefile.am b/Makefile.am index 536b3f4be..9a92b08d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ SUBDIRS = \ $(NULL) pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = openbsc.pc +pkgconfig_DATA = osmo-msc.pc BUILT_SOURCES = $(top_srcdir)/.version EXTRA_DIST = git-version-gen osmoappdesc.py .version diff --git a/configure.ac b/configure.ac index cd2af0072..8d646d303 100644 --- a/configure.ac +++ b/configure.ac @@ -203,7 +203,7 @@ dnl Generate the output AM_CONFIG_HEADER(bscconfig.h) AC_OUTPUT( - openbsc.pc + osmo-msc.pc include/openbsc/Makefile include/Makefile src/Makefile diff --git a/openbsc.pc.in b/osmo-msc.pc.in similarity index 69% rename from openbsc.pc.in rename to osmo-msc.pc.in index 17e265dd1..c406061d4 100644 --- a/openbsc.pc.in +++ b/osmo-msc.pc.in @@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@/ -Name: OpenBSC -Description: OpenBSC base station controller +Name: OsmoMSC +Description: Osmocom Mobile Switching Center Requires: Version: @VERSION@ Cflags: -I${includedir}