pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/30257 )

Change subject: layer23/mobile: Add missing dependency cflags
......................................................................

layer23/mobile: Add missing dependency cflags

The *_LIBS vars were already added, but the *_CFLAGS were missing.

Change-Id: If904589b33357395e10f078857979aaecf5dbf68
---
M src/host/layer23/src/mobile/Makefile.am
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  fixeria: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/host/layer23/src/mobile/Makefile.am 
b/src/host/layer23/src/mobile/Makefile.am
index 8fefdfa..3db27b7 100644
--- a/src/host/layer23/src/mobile/Makefile.am
+++ b/src/host/layer23/src/mobile/Makefile.am
@@ -6,7 +6,9 @@
 AM_CFLAGS = \
        -Wall \
        $(LIBOSMOCORE_CFLAGS) \
+       $(LIBOSMOVTY_CFLAGS) \
        $(LIBOSMOGSM_CFLAGS) \
+       $(LIBOSMOCODEC_CFLAGS) \
        $(LIBGPS_CFLAGS) \
        $(LIBLUA_CFLAGS) \
        $(NULL)

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/30257
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: If904589b33357395e10f078857979aaecf5dbf68
Gerrit-Change-Number: 30257
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to