aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 15:25:43 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2017-09-04 15:31:37 +0200
commit1d55ce7abc3045bf84520ca942b0199bc2094eaf (patch)
treea86221cac033b7eff4dda3ce79ec299dd81dff89
parentb8d82daf5f8bf55f8c3540e64751156964aaa77c (diff)
move openbsc.pc to osmo-sgsn.pc
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--osmo-sgsn.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..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 85a921f2a..f1167d6d1 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
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}