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.orgMax has submitted this change and it was merged.
Change subject: Remove pkg-config file
......................................................................
Remove pkg-config file
It's an artefact of split which is unused anyway.
Change-Id: I15c0b4457c108c7791b0f30b79660d9e6d09b269
---
M Makefile.am
M configure.ac
M include/osmocom/msc/Makefile.am
D osmo-msc.pc.in
4 files changed, 1 insertion(+), 24 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/Makefile.am b/Makefile.am
index 9a92b08..690deae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,9 +16,6 @@
contrib \
$(NULL)
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = osmo-msc.pc
-
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version
diff --git a/configure.ac b/configure.ac
index 8f468d5..64fead8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,7 +171,6 @@
AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
- osmo-msc.pc
include/Makefile
include/osmocom/Makefile
include/osmocom/msc/Makefile
diff --git a/include/osmocom/msc/Makefile.am b/include/osmocom/msc/Makefile.am
index 4099c9e..1419e8e 100644
--- a/include/osmocom/msc/Makefile.am
+++ b/include/osmocom/msc/Makefile.am
@@ -6,6 +6,7 @@
a_iface_bssap.h \
arfcn_range_encode.h \
auth.h \
+ bsc_api.h \
bsc_msc.h \
bsc_msg_filter.h \
bsc_rll.h \
@@ -66,13 +67,3 @@
vlr.h \
vty.h \
$(NULL)
-
-openbsc_HEADERS = \
- bsc_api.h \
- gsm_04_08.h \
- meas_rep.h \
- $(NULL)
-
-# DO NOT add a newline and '$(NULL)' to this line. That would add a trailing
-# space to the directory installed: $prefix/include/'openbsc '
-openbscdir = $(includedir)/openbsc
diff --git a/osmo-msc.pc.in b/osmo-msc.pc.in
deleted file mode 100644
index c406061..0000000
--- a/osmo-msc.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/
-
-Name: OsmoMSC
-Description: Osmocom Mobile Switching Center
-Requires:
-Version: @VERSION@
-Cflags: -I${includedir}
--
To view, visit https://gerrit.osmocom.org/4231
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I15c0b4457c108c7791b0f30b79660d9e6d09b269
Gerrit-PatchSet: 5
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>