[PATCH] osmo-bts[master]: fix build: tests/misc: missing libosmo-abis and -trau flags

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Fri Jan 19 14:16:20 UTC 2018


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

fix build: tests/misc: missing libosmo-abis and -trau flags

Add missing LIBOSMOABIS_CFLAGS and LIBOSMOTRAU_CFLAGS.
Pair the _LIBS below the _CFLAGS in LDADD above (cosmetic).

Change-Id: Id542fd26fa1a519e68df215c7d45bc5c40ad9bb5
---
M tests/misc/Makefile.am
1 file changed, 5 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/28/5928/1

diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am
index 6575fe8..f232c49 100644
--- a/tests/misc/Makefile.am
+++ b/tests/misc/Makefile.am
@@ -1,9 +1,11 @@
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
-AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOCODEC_CFLAGS)
-LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOCODEC_LIBS)
+AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOCODEC_CFLAGS) \
+	$(LIBOSMOABIS_CFLAGS) $(LIBOSMOTRAU_CFLAGS)
+LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOCODEC_LIBS) \
+	$(LIBOSMOABIS_LIBS) $(LIBOSMOTRAU_LIBS)
 noinst_PROGRAMS = misc_test
 EXTRA_DIST = misc_test.ok
 
 misc_test_SOURCES = misc_test.c $(srcdir)/../stubs.c
 misc_test_LDADD = $(top_builddir)/src/common/libbts.a \
-		$(LIBOSMOABIS_LIBS) $(LIBOSMOTRAU_LIBS) $(LDADD)
+		$(LDADD)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id542fd26fa1a519e68df215c7d45bc5c40ad9bb5
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list