From 2c17747c1b470118195518452860c3a3cae946dd Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 4 Sep 2017 15:25:43 +0200 Subject: [PATCH] move openbsc.pc to osmo-sgsn.pc Change-Id: Iad28d85b2a6d175cbe5d506aa82e7e4d94111eff --- Makefile.am | 2 +- configure.ac | 2 +- openbsc.pc.in => osmo-sgsn.pc.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename openbsc.pc.in => osmo-sgsn.pc.in (55%) diff --git a/Makefile.am b/Makefile.am index 536b3f4be..d57b66d8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ SUBDIRS = \ $(NULL) pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = openbsc.pc +pkgconfig_DATA = osmo-sgsn.pc BUILT_SOURCES = $(top_srcdir)/.version EXTRA_DIST = git-version-gen osmoappdesc.py .version diff --git a/configure.ac b/configure.ac index aa1c0a149..55aa7d577 100644 --- a/configure.ac +++ b/configure.ac @@ -178,7 +178,7 @@ dnl Generate the output AM_CONFIG_HEADER(bscconfig.h) AC_OUTPUT( - openbsc.pc + osmo-sgsn.pc include/openbsc/Makefile include/Makefile src/Makefile diff --git a/openbsc.pc.in b/osmo-sgsn.pc.in similarity index 55% rename from openbsc.pc.in rename to osmo-sgsn.pc.in index 17e265dd1..45aef571b 100644 --- a/openbsc.pc.in +++ b/osmo-sgsn.pc.in @@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@/ -Name: OpenBSC -Description: OpenBSC base station controller +Name: OsmoSGSN +Description: Osmocom's Serving GPRS Support Node for 2G and 3G packet-switched mobile networks Requires: Version: @VERSION@ Cflags: -I${includedir}