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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Tue Nov 27 11:48:22 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/cellmgr-ng refs/changes/46/11946/1

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: newchange
Gerrit-Change-Id: I120f015183f05ec8477cdcd9b04379f43e20428d
Gerrit-Change-Number: 11946
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181127/3e031422/attachment.htm>


More information about the gerrit-log mailing list