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}