laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/31917 )
Change subject: build: drop LIBOSMOVTY from libosmo-pfcp
......................................................................
build: drop LIBOSMOVTY from libosmo-pfcp
libosmo-pfcp does not use libosmovty.
Change-Id: I8c772386ee7c6d035aabbc854fadbbcde03f7d33
---
M src/libosmo-pfcp/Makefile.am
1 file changed, 11 insertions(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/src/libosmo-pfcp/Makefile.am b/src/libosmo-pfcp/Makefile.am
index 5af9bdb..123aff3 100644
--- a/src/libosmo-pfcp/Makefile.am
+++ b/src/libosmo-pfcp/Makefile.am
@@ -9,13 +9,11 @@
-Wall \
$(LIBOSMOCORE_CFLAGS) \
$(LIBOSMOGSM_CFLAGS) \
- $(LIBOSMOVTY_CFLAGS) \
$(NULL)
AM_LDFLAGS = \
$(LIBOSMOCORE_LIBS) \
$(LIBOSMOGSM_LIBS) \
- $(LIBOSMOVTY_LIBS) \
$(NULL)
lib_LTLIBRARIES = \
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/31917
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: I8c772386ee7c6d035aabbc854fadbbcde03f7d33
Gerrit-Change-Number: 31917
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged