aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-02 23:43:11 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-02 23:43:46 +0800
commit294cfcc1e5465075920d10c3fc66c1bdf004330b (patch)
tree6388928fc2d15906c404924d4a466474e237bf49
parentc2b31ed9cda31d9432ae733e6ca112ccf38f0996 (diff)
sccp: Remove the libsccp.pc.in and the occurence inside the Makefile.am
-rw-r--r--openbsc/Makefile.am2
-rw-r--r--openbsc/libsccp.pc.in10
2 files changed, 1 insertions, 11 deletions
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}/