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-06 16:47:47 +0200
commit2c17747c1b470118195518452860c3a3cae946dd (patch)
tree3f488ca012066bd64d58ef66e3afcc3c27bcc99c
parent6ebf4a4e0ae6a1ef1ced3f250e68a229c819b05c (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 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
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}