neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/31761 )
Change subject: build: drop COVERAGE
......................................................................
build: drop COVERAGE
There isn't even an --enable-coverage in the configure.ac, so drop the
always empty COVERAGE_CFLAGS.
Change-Id: Ib256ce7d979aec5c368b19ac2c145f75a9dab0fc
---
M src/libosmo-gtlv/Makefile.am
M src/libosmo-pfcp/Makefile.am
2 files changed, 12 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/61/31761/1
diff --git a/src/libosmo-gtlv/Makefile.am b/src/libosmo-gtlv/Makefile.am
index 1c40386..ae77948 100644
--- a/src/libosmo-gtlv/Makefile.am
+++ b/src/libosmo-gtlv/Makefile.am
@@ -8,12 +8,10 @@
AM_CFLAGS = \
-Wall \
$(LIBOSMOCORE_CFLAGS) \
- $(COVERAGE_CFLAGS) \
$(NULL)
AM_LDFLAGS = \
$(LIBOSMOCORE_LIBS) \
- $(COVERAGE_LDFLAGS) \
$(NULL)
lib_LTLIBRARIES = \
diff --git a/src/libosmo-pfcp/Makefile.am b/src/libosmo-pfcp/Makefile.am
index 03e91df..a66a35d 100644
--- a/src/libosmo-pfcp/Makefile.am
+++ b/src/libosmo-pfcp/Makefile.am
@@ -10,7 +10,6 @@
-Wall \
$(LIBOSMOCORE_CFLAGS) \
$(LIBOSMOGSM_CFLAGS) \
- $(COVERAGE_CFLAGS) \
$(NULL)
lib_LTLIBRARIES = \
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/31761
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: Ib256ce7d979aec5c368b19ac2c145f75a9dab0fc
Gerrit-Change-Number: 31761
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange