aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 03:08:21 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-06 16:25:08 +0200
commit1e87a69689c3c04ad5408f9741392839f5d3e417 (patch)
treebbbb610076c45727c9937d7315a857a0ea3ef519
parent5282a81323633b26ee79dc6df4ba971067cdc857 (diff)
rename openbsc.pc to osmo-bsc.pc
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--osmo-bsc.pc.in (renamed from openbsc.pc.in)4
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 536b3f4be..0f0141b6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ SUBDIRS = \
$(NULL)
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = openbsc.pc
+pkgconfig_DATA = osmo-bsc.pc
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version
diff --git a/configure.ac b/configure.ac
index 5d684ef11..8107047cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,7 @@ dnl Generate the output
AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
- openbsc.pc
+ osmo-bsc.pc
include/openbsc/Makefile
include/Makefile
src/Makefile
diff --git a/openbsc.pc.in b/osmo-bsc.pc.in
index 17e265dd1..f9b0d2495 100644
--- a/openbsc.pc.in
+++ b/osmo-bsc.pc.in
@@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/
-Name: OpenBSC
-Description: OpenBSC base station controller
+Name: OsmoBSC
+Description: OsmoBSC base station controller
Requires:
Version: @VERSION@
Cflags: -I${includedir}