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/libosmocore.pc.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 libosmocore/libosmocore.pc.in (limited to 'libosmocore/libosmocore.pc.in') diff --git a/libosmocore/libosmocore.pc.in b/libosmocore/libosmocore.pc.in deleted file mode 100644 index 7c298693a..000000000 --- a/libosmocore/libosmocore.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: Osmocom Core Library -Description: C Utility Library -Version: @VERSION@ -Libs: -L${libdir} -losmocore -Cflags: -I${includedir}/ - -- cgit v1.2.3