aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
-rw-r--r--osmo-bsc.pc.in10
3 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f0141b6f..690deae3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,9 +16,6 @@ SUBDIRS = \
contrib \
$(NULL)
-pkgconfigdir = $(libdir)/pkgconfig
-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 930d1d312..4edbb833c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,6 @@ dnl Generate the output
AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
- osmo-bsc.pc
include/Makefile
include/osmocom/Makefile
include/osmocom/bsc/Makefile
diff --git a/osmo-bsc.pc.in b/osmo-bsc.pc.in
deleted file mode 100644
index f9b0d2495..000000000
--- a/osmo-bsc.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/
-
-Name: OsmoBSC
-Description: OsmoBSC base station controller
-Requires:
-Version: @VERSION@
-Cflags: -I${includedir}