laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/22517 )
Change subject: gbproxy: Remove superfluous CFLAGS and LDADD
......................................................................
gbproxy: Remove superfluous CFLAGS and LDADD
gbproxy doesn't need anything related to GSUP or GTP
Change-Id: I832e1b28793d1fd36966fade2525169946bfb513
---
M src/gbproxy/Makefile.am
1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/17/22517/1
diff --git a/src/gbproxy/Makefile.am b/src/gbproxy/Makefile.am
index 1500e11..759791b 100644
--- a/src/gbproxy/Makefile.am
+++ b/src/gbproxy/Makefile.am
@@ -13,9 +13,7 @@
$(LIBOSMOCTRL_CFLAGS) \
$(LIBOSMOABIS_CFLAGS) \
$(LIBOSMOGB_CFLAGS) \
- $(LIBOSMOGSUPCLIENT_CFLAGS) \
$(COVERAGE_CFLAGS) \
- $(LIBGTP_CFLAGS) \
$(NULL)
bin_PROGRAMS = \
@@ -35,6 +33,5 @@
$(LIBOSMOVTY_LIBS) \
$(LIBOSMOCTRL_LIBS) \
$(LIBOSMOGB_LIBS) \
- $(LIBGTP_LIBS) \
-lrt \
$(NULL)
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/22517
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I832e1b28793d1fd36966fade2525169946bfb513
Gerrit-Change-Number: 22517
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange