9
0
Fork 0

tests: Fix build of mtp_parse_test

Change-Id: I120f015183f05ec8477cdcd9b04379f43e20428d
This commit is contained in:
Pau Espin 2018-11-23 13:07:25 +01:00
parent 3bd747e3af
commit ca1c33a29b
1 changed files with 3 additions and 2 deletions

View File

@ -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)