aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/v42bis/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/v42bis/Makefile.am')
-rw-r--r--openbsc/tests/v42bis/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/openbsc/tests/v42bis/Makefile.am b/openbsc/tests/v42bis/Makefile.am
deleted file mode 100644
index a031e33bd..000000000
--- a/openbsc/tests/v42bis/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
-AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBCARES_CFLAGS)
-
-EXTRA_DIST = v42bis_test.ok
-
-noinst_PROGRAMS = v42bis_test
-
-v42bis_test_SOURCES = v42bis_test.c
-
-v42bis_test_LDADD = \
- $(top_builddir)/src/gprs/v42bis.o \
- $(top_builddir)/src/libcommon/libcommon.a \
- $(LIBOSMOCORE_LIBS)
-
-