aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
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}