aboutsummaryrefslogtreecommitdiffstats
path: root/tests/patching
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 05:25:35 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 06:08:40 +0800
commitcbf7d18bb9319e2069c3cd48fd227ba3e29e9c1d (patch)
tree7c5da93176e0299a3839061c7351524a49f98524 /tests/patching
parent9ed3e1b3f37f446206ad0f438ffdecf588a32590 (diff)
Use libosmocore instead of the old temporary laF0rge1 lib..
Diffstat (limited to 'tests/patching')
-rw-r--r--tests/patching/Makefile.am4
-rw-r--r--tests/patching/patching_test.c4
2 files changed, 5 insertions, 3 deletions
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 <bss_patch.h>
-#include <laf0rge1/debug.h>
+#include <cellmgr_debug.h>
+
+#include <osmocore/utils.h>
#include <stdio.h>
#include <string.h>