aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
-rw-r--r--debian/copyright1
-rw-r--r--osmo-sgsn.pc.in10
4 files changed, 0 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ff989d6f..3f89896a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,9 +16,6 @@ SUBDIRS = \
tests \
$(NULL)
-pkgconfigdir = $(libdir)/pkgconfig
-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 f0bef5288..c0d3770ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,7 +242,6 @@ dnl Generate the output
AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
- osmo-sgsn.pc
include/Makefile
include/osmocom/Makefile
include/osmocom/sgsn/Makefile
diff --git a/debian/copyright b/debian/copyright
index cc631f491..4e5366495 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -45,7 +45,6 @@ Files: .gitignore
include/osmocom/sgsn/sgsn.h
include/osmocom/sgsn/vty.h
m4/README
- osmo-sgsn.pc.in
src/Makefile.am
src/gprs/.gitignore
src/gprs/Makefile.am
diff --git a/osmo-sgsn.pc.in b/osmo-sgsn.pc.in
deleted file mode 100644
index 45aef571b..000000000
--- a/osmo-sgsn.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/
-
-Name: OsmoSGSN
-Description: Osmocom's Serving GPRS Support Node for 2G and 3G packet-switched mobile networks
-Requires:
-Version: @VERSION@
-Cflags: -I${includedir}