[MERGED] osmocom-bb[jolly/testing]: build: Fix typo in the CFLAGS-variable for libosmodsp

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Feb 19 09:07:08 UTC 2018


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 <mardnh at gmx.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list