neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-upf/+/31919 )
Change subject: build: drop LIBOSMO_GTLV ...................................................................... build: drop LIBOSMO_GTLV After libosmo-gtlv was dropped from configure.ac in 22006ba039b26514ce194ccae924ecaa50bea89e, these $(LIBOSMO_GTLV_*) are empty anyway. Since we depend on libosmo-pfcp, there is no need to list libosmo-gtlv, which should be implicitly included. Change-Id: I3acd3d674e226b004101d65d47beacbbdeed0466 --- M src/osmo-pfcp-tool/Makefile.am M src/osmo-upf/Makefile.am 2 files changed, 16 insertions(+), 4 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/19/31919/1 diff --git a/src/osmo-pfcp-tool/Makefile.am b/src/osmo-pfcp-tool/Makefile.am index 6c23d9f..a35c59a 100644 --- a/src/osmo-pfcp-tool/Makefile.am +++ b/src/osmo-pfcp-tool/Makefile.am @@ -10,7 +10,6 @@ $(LIBOSMOCORE_CFLAGS) \ $(LIBOSMOVTY_CFLAGS) \ $(LIBOSMOCTRL_CFLAGS) \ - $(LIBOSMOGTLV_CFLAGS) \ $(LIBOSMOPFCP_CFLAGS) \ $(COVERAGE_CFLAGS) \ $(NULL) @@ -19,7 +18,6 @@ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOVTY_LIBS) \ $(LIBOSMOCTRL_LIBS) \ - $(LIBOSMOGTLV_LIBS) \ $(LIBOSMOPFCP_LIBS) \ $(COVERAGE_LDFLAGS) \ $(NULL) diff --git a/src/osmo-upf/Makefile.am b/src/osmo-upf/Makefile.am index 403fb06..d5e392b 100644 --- a/src/osmo-upf/Makefile.am +++ b/src/osmo-upf/Makefile.am @@ -10,7 +10,6 @@ $(LIBOSMOCORE_CFLAGS) \ $(LIBOSMOVTY_CFLAGS) \ $(LIBOSMOCTRL_CFLAGS) \ - $(LIBOSMOGTLV_CFLAGS) \ $(LIBOSMOPFCP_CFLAGS) \ $(LIBGTPNL_CFLAGS) \ $(LIBNFTNL_CFLAGS) \ @@ -47,7 +46,6 @@ $(LIBOSMOCORE_LIBS) \ $(LIBOSMOVTY_LIBS) \ $(LIBOSMOCTRL_LIBS) \ - $(LIBOSMOGTLV_LIBS) \ $(LIBOSMOPFCP_LIBS) \ $(LIBGTPNL_LIBS) \ $(LIBNFTNL_LIBS) \ -- To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/31919 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-upf Gerrit-Branch: master Gerrit-Change-Id: I3acd3d674e226b004101d65d47beacbbdeed0466 Gerrit-Change-Number: 31919 Gerrit-PatchSet: 1 Gerrit-Owner: neels <nhofm...@sysmocom.de> Gerrit-MessageType: newchange