Remove pkg-config file

It's an artefact of split which is unused anyway.

Change-Id: I15c0b4457c108c7791b0f30b79660d9e6d09b269
This commit is contained in:
Max 2017-10-12 13:41:46 +02:00
parent ba692aecbd
commit 61cacb0aaa
4 changed files with 1 additions and 24 deletions

View File

@ -16,9 +16,6 @@ SUBDIRS = \
contrib \
$(NULL)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = osmo-msc.pc
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version

View File

@ -171,7 +171,6 @@ dnl Generate the output
AM_CONFIG_HEADER(bscconfig.h)
AC_OUTPUT(
osmo-msc.pc
include/Makefile
include/osmocom/Makefile
include/osmocom/msc/Makefile

View File

@ -6,6 +6,7 @@ noinst_HEADERS = \
a_iface_bssap.h \
arfcn_range_encode.h \
auth.h \
bsc_api.h \
bsc_msc.h \
bsc_msg_filter.h \
bsc_rll.h \
@ -66,13 +67,3 @@ noinst_HEADERS = \
vlr.h \
vty.h \
$(NULL)
openbsc_HEADERS = \
bsc_api.h \
gsm_04_08.h \
meas_rep.h \
$(NULL)
# DO NOT add a newline and '$(NULL)' to this line. That would add a trailing
# space to the directory installed: $prefix/include/'openbsc '
openbscdir = $(includedir)/openbsc

View File

@ -1,10 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/
Name: OsmoMSC
Description: Osmocom Mobile Switching Center
Requires:
Version: @VERSION@
Cflags: -I${includedir}