From 1ed97629adffa6b5345963ec8905526da835535a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Feb 2010 23:22:54 +0100 Subject: remove libosmocore from openbsc From now on, you will have to obtain, build and install libosmocore before being able to build openbsc. Sorry for that. But I hope it's a small price to pay for having no code duplication with our work on the phone side GSM stack! --- libosmocore/tests/sms/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 libosmocore/tests/sms/Makefile.am (limited to 'libosmocore/tests/sms/Makefile.am') diff --git a/libosmocore/tests/sms/Makefile.am b/libosmocore/tests/sms/Makefile.am deleted file mode 100644 index a8f1ff6a2..000000000 --- a/libosmocore/tests/sms/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -INCLUDES = $(all_includes) -I$(top_srcdir)/include -noinst_PROGRAMS = sms_test - -sms_test_SOURCES = sms_test.c -sms_test_LDADD = $(top_builddir)/src/libosmocore.la -- cgit v1.2.3