Change in cellmgr-ng[master]: tests: Fix build of mtp_parse_test

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
Tue Nov 27 15:34:17 UTC 2018


Neels Hofmeyr has submitted this change and it was merged. ( https://gerrit.osmocom.org/11946 )

Change subject: tests: Fix build of mtp_parse_test
......................................................................

tests: Fix build of mtp_parse_test

Change-Id: I120f015183f05ec8477cdcd9b04379f43e20428d
---
M tests/mtp/Makefile.am
1 file changed, 3 insertions(+), 2 deletions(-)

Objections:
  Jenkins Builder: Fails



diff --git a/tests/mtp/Makefile.am b/tests/mtp/Makefile.am
index cf48d6a..6c59eb8 100644
--- a/tests/mtp/Makefile.am
+++ b/tests/mtp/Makefile.am
@@ -1,8 +1,9 @@
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) -Wall
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSCCP_CFLAGS) -Wall
 noinst_PROGRAMS = mtp_parse_test
 
 EXTRA_DIST = mtp_parse_test.ok
 
 mtp_parse_test_SOURCES = mtp_parse_test.c $(top_srcdir)/src/sctp_m3ua_misc.c
 mtp_parse_test_LDADD = \
-	$(LIBOSMOCORE_LIBS)
+	$(LIBOSMOCORE_LIBS) \
+	$(LIBOSMOSCCP_LIBS)

-- 
To view, visit https://gerrit.osmocom.org/11946
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: cellmgr-ng
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I120f015183f05ec8477cdcd9b04379f43e20428d
Gerrit-Change-Number: 11946
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181127/9381bf5f/attachment.htm>


More information about the gerrit-log mailing list