aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2019-01-20 20:16:12 +0100
committerMax <msuraev@sysmocom.de>2019-01-24 19:04:54 +0000
commit54e3f0f3ca3e9e161bdda471dd68f7e7d32ea03c (patch)
treea2d80a89fce22e3eddc6f2a70e37564895a6134f /openbsc
parentf58c9d240430dae2824575bc15bc45121e97eda7 (diff)
Remove openbsc-dev package
There're no external utilities which rely on it anymore so we can simplify our packaging by removing it. Change-Id: I9a96c217999416099aa7ce690845f56fc132274c
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/Makefile.am3
-rw-r--r--openbsc/configure.ac1
-rw-r--r--openbsc/openbsc.pc.in10
3 files changed, 0 insertions, 14 deletions
diff --git a/openbsc/Makefile.am b/openbsc/Makefile.am
index 19999b132..f42e6d0f0 100644
--- a/openbsc/Makefile.am
+++ b/openbsc/Makefile.am
@@ -16,9 +16,6 @@ SUBDIRS = \
contrib \
$(NULL)
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = openbsc.pc
-
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version
diff --git a/openbsc/configure.ac b/openbsc/configure.ac
index 64285e051..109bad86d 100644
--- a/openbsc/configure.ac
+++ b/openbsc/configure.ac
@@ -243,7 +243,6 @@ dnl Generate the output
AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
- openbsc.pc
include/openbsc/Makefile
include/Makefile
src/Makefile
diff --git a/openbsc/openbsc.pc.in b/openbsc/openbsc.pc.in
deleted file mode 100644
index 17e265dd1..000000000
--- a/openbsc/openbsc.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/
-
-Name: OpenBSC
-Description: OpenBSC base station controller
-Requires:
-Version: @VERSION@
-Cflags: -I${includedir}