From 294cfcc1e5465075920d10c3fc66c1bdf004330b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 2 Aug 2010 23:43:11 +0800 Subject: [PATCH] sccp: Remove the libsccp.pc.in and the occurence inside the Makefile.am --- openbsc/Makefile.am | 2 +- openbsc/libsccp.pc.in | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 openbsc/libsccp.pc.in diff --git a/openbsc/Makefile.am b/openbsc/Makefile.am index 4ce11cec5..c4d0aa181 100644 --- a/openbsc/Makefile.am +++ b/openbsc/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include SUBDIRS = include src tests pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = openbsc.pc libsccp.pc +pkgconfig_DATA = openbsc.pc BUILT_SOURCES = $(top_srcdir)/.version $(top_srcdir)/.version: diff --git a/openbsc/libsccp.pc.in b/openbsc/libsccp.pc.in deleted file mode 100644 index eda8d499c..000000000 --- a/openbsc/libsccp.pc.in +++ /dev/null @@ -1,10 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: OpenBSC SCCP Lib -Description: OpenBSC SCCP Lib -Version: @VERSION@ -Libs: -L${libdir} -lsccp -Cflags: -I${includedir}/