From cbf7d18bb9319e2069c3cd48fd227ba3e29e9c1d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 31 Jul 2010 05:25:35 +0800 Subject: Use libosmocore instead of the old temporary laF0rge1 lib.. --- tests/patching/Makefile.am | 4 ++-- tests/patching/patching_test.c | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/patching/Makefile.am b/tests/patching/Makefile.am index d99a55a..8418806 100644 --- a/tests/patching/Makefile.am +++ b/tests/patching/Makefile.am @@ -1,8 +1,8 @@ -INCLUDES = $(all_includes) -I$(top_srcdir)/include $(LAFORGE_CFLAGS) -Wall +INCLUDES = $(all_includes) -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSCCP_CFLAGS) -Wall noinst_PROGRAMS = patching_test patching_test_SOURCES = patching_test.c $(top_srcdir)/src/bss_patch.c \ $(top_srcdir)/src/openbsc_nat/tlv_parser.c \ $(top_srcdir)/src/openbsc_nat/bssap.c -patching_test_LDADD = $(LAFORGE_LIBS) $(SCCP_LIBS) +patching_test_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS) diff --git a/tests/patching/patching_test.c b/tests/patching/patching_test.c index ecbad83..12e292c 100644 --- a/tests/patching/patching_test.c +++ b/tests/patching/patching_test.c @@ -1,6 +1,8 @@ #include -#include +#include + +#include #include #include -- cgit v1.2.3