aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
-rw-r--r--include/osmocom/msc/Makefile.am11
-rw-r--r--osmo-msc.pc.in10
4 files changed, 1 insertions, 24 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a92b08d4..690deae3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
diff --git a/configure.ac b/configure.ac
index 8f468d5ca..64fead852 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/include/osmocom/msc/Makefile.am b/include/osmocom/msc/Makefile.am
index 4099c9e84..1419e8ef9 100644
--- a/include/osmocom/msc/Makefile.am
+++ b/include/osmocom/msc/Makefile.am
@@ -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
diff --git a/osmo-msc.pc.in b/osmo-msc.pc.in
deleted file mode 100644
index c406061d4..000000000
--- a/osmo-msc.pc.in
+++ /dev/null
@@ -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}