aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/slhc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/slhc/Makefile.am')
-rw-r--r--openbsc/tests/slhc/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/openbsc/tests/slhc/Makefile.am b/openbsc/tests/slhc/Makefile.am
deleted file mode 100644
index 32a3cc447..000000000
--- a/openbsc/tests/slhc/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 = slhc_test.ok
-
-noinst_PROGRAMS = slhc_test
-
-slhc_test_SOURCES = slhc_test.c
-
-slhc_test_LDADD = \
- $(top_builddir)/src/gprs/slhc.o \
- $(top_builddir)/src/libcommon/libcommon.a \
- $(LIBOSMOCORE_LIBS)
-
-