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)