[PATCH] 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/.

roox gerrit-no-reply at lists.osmocom.org
Sat Feb 10 13:26:45 UTC 2018


Review at  https://gerrit.osmocom.org/6364

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(-)


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/64/6364/1

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: newchange
Gerrit-Change-Id: Ida258588538a8a76d97a8c1e8855b2fd28c63be7
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: jolly/testing
Gerrit-Owner: roox <mardnh at gmx.de>



More information about the gerrit-log mailing list