pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/29324 )
Change subject: tests/ta_control/Makefile.am: Add missing libosmo-netif cflags ......................................................................
tests/ta_control/Makefile.am: Add missing libosmo-netif cflags
Change-Id: I7a2a846c2d68a4d6d77c4be62969238069d6cf95 --- M tests/ta_control/Makefile.am 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/24/29324/1
diff --git a/tests/ta_control/Makefile.am b/tests/ta_control/Makefile.am index e249438..f28ae1d 100644 --- a/tests/ta_control/Makefile.am +++ b/tests/ta_control/Makefile.am @@ -6,6 +6,7 @@ $(LIBOSMOCODEC_CFLAGS) \ $(LIBOSMOABIS_CFLAGS) \ $(LIBOSMOTRAU_CFLAGS) \ + $(LIBOSMONETIF_CFLAGS) \ $(NULL) LDADD = \ $(LIBOSMOCORE_LIBS) \ @@ -13,6 +14,7 @@ $(LIBOSMOCODEC_LIBS) \ $(LIBOSMOABIS_LIBS) \ $(LIBOSMOTRAU_LIBS) \ + $(LIBOSMONETIF_LIBS) \ $(NULL)
check_PROGRAMS = ta_control_test