Harald Welte has submitted this change and it was merged.

Change subject: build: Fix typo in the CFLAGS-variable for libosmodsp
......................................................................


build: Fix typo in the CFLAGS-variable for libosmodsp

Change-Id: Ida258588538a8a76d97a8c1e8855b2fd28c63be7
---
M src/host/layer23/src/transceiver/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved; Verified



diff --git a/src/host/layer23/src/transceiver/Makefile.am 
b/src/host/layer23/src/transceiver/Makefile.am
index e40101d..d8022e7 100644
--- a/src/host/layer23/src/transceiver/Makefile.am
+++ b/src/host/layer23/src/transceiver/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include 
$(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBSOSMODSP_CFLAGS)
+AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include 
$(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMODSP_CFLAGS)
 LDADD = ../common/liblayer23.a $(LIBOSMOCORE_LIBS) $(LIBOSMOVTY_LIBS) 
$(LIBOSMOGSM_LIBS) $(LIBOSMOCODEC_LIBS) $(LIBOSMODSP_LIBS)
 
 bin_PROGRAMS = transceiver

-- 
To view, visit https://gerrit.osmocom.org/6364
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ida258588538a8a76d97a8c1e8855b2fd28c63be7
Gerrit-PatchSet: 2
Gerrit-Project: osmocom-bb
Gerrit-Branch: jolly/testing
Gerrit-Owner: roox <mar...@gmx.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Vadim Yanitskiy <axilira...@gmail.com>

Reply via email to