This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Max gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/4195
Remove pkg-config file
It wasn't used anyway because OsmoBTS relied on OpenBSC only. As of
ec33b0397f5d71248c5834513d4be7b9b0e46366 in OsmoBTS it does not need any
shared includes anymore.
Change-Id: Ia689c7f2163dd23e429ee9d17177345b5c9470c7
---
M Makefile.am
M configure.ac
D osmo-bsc.pc.in
3 files changed, 0 insertions(+), 14 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/95/4195/1
diff --git a/Makefile.am b/Makefile.am
index 0f0141b..690deae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,9 +16,6 @@
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 930d1d3..4edbb83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,6 @@
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 f9b0d24..0000000
--- 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}
--
To view, visit https://gerrit.osmocom.org/4195
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia689c7f2163dd23e429ee9d17177345b5c9470c7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>