From 1e87a69689c3c04ad5408f9741392839f5d3e417 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 4 Sep 2017 03:08:21 +0200 Subject: [PATCH] rename openbsc.pc to osmo-bsc.pc Change-Id: I99ab9fea01c11841437b587dffd4e1fff17a291f --- Makefile.am | 2 +- configure.ac | 2 +- openbsc.pc.in => osmo-bsc.pc.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename openbsc.pc.in => osmo-bsc.pc.in (69%) 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 similarity index 69% rename from openbsc.pc.in rename to 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}