pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmo-sigtran/+/38646?usp=email )


Change subject: tests: Fix missing LIBOSMONETIF_CFLAGS
......................................................................

tests: Fix missing LIBOSMONETIF_CFLAGS

Change-Id: Ica2d3c487779a1e7c79a5fbcea43c92a1ff08df7
---
M tests/ss7/Makefile.am
M tests/xua/Makefile.am
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran 
refs/changes/46/38646/1

diff --git a/tests/ss7/Makefile.am b/tests/ss7/Makefile.am
index ecc69e0..236e846 100644
--- a/tests/ss7/Makefile.am
+++ b/tests/ss7/Makefile.am
@@ -1,5 +1,5 @@
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
-AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS)
+AM_CFLAGS=-Wall $(LIBOSMONETIF_CFLAGS) $(LIBOSMOCORE_CFLAGS) 
$(LIBOSMOVTY_CFLAGS)

 AM_LDFLAGS = -static -no-install
 LDADD = $(top_builddir)/src/libosmo-sigtran.la \
diff --git a/tests/xua/Makefile.am b/tests/xua/Makefile.am
index 546039c..edff329 100644
--- a/tests/xua/Makefile.am
+++ b/tests/xua/Makefile.am
@@ -1,5 +1,5 @@
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
-AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS)
+AM_CFLAGS=-Wall $(LIBOSMONETIF_CFLAGS) $(LIBOSMOCORE_CFLAGS) 
$(LIBOSMOVTY_CFLAGS)

 AM_LDFLAGS = -static -no-install
 LDADD = $(top_builddir)/src/libosmo-sigtran.la \

--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/38646?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: Ica2d3c487779a1e7c79a5fbcea43c92a1ff08df7
Gerrit-Change-Number: 38646
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>

Reply via email to