aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/Makefile.am
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-10-12 13:41:46 +0200
committerMax <msuraev@sysmocom.de>2017-10-16 15:29:26 +0200
commit61cacb0aaa4c619b0b38f7bcabfb499215b34174 (patch)
tree527166cdb98e6beb202b9a582e04803dffe19deb /include/osmocom/msc/Makefile.am
parentba692aecbd62a443bd4f4a1c6dd9aa0b48e7c376 (diff)
Remove pkg-config file
It's an artefact of split which is unused anyway. Change-Id: I15c0b4457c108c7791b0f30b79660d9e6d09b269
Diffstat (limited to 'include/osmocom/msc/Makefile.am')
-rw-r--r--include/osmocom/msc/Makefile.am11
1 files changed, 1 insertions, 10 deletions
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