aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 18:51:16 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-04 18:51:16 +0800
commite66c7c10ea1c34590992af4ac96455e4214b9eae (patch)
treec2e1e7d3e8d353f60e98ed70ba1818a28529189d /tests
parentcf381e244726348d8a792f1bba3f09fb91908cb8 (diff)
cleanup: Remove code that is provided by libosmocore now.
libosmocore contains the GSM08.08 definition, no need to copy that anymore.
Diffstat (limited to 'tests')
-rw-r--r--tests/patching/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/patching/Makefile.am b/tests/patching/Makefile.am
index 8418806..009a6d7 100644
--- a/tests/patching/Makefile.am
+++ b/tests/patching/Makefile.am
@@ -1,8 +1,6 @@
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_SOURCES = patching_test.c $(top_srcdir)/src/bss_patch.c
patching_test_LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS)