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}