aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-13 02:15:41 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-13 02:15:41 +0200
commit6a6e63de8f5f879b53e42fb70b769e991159798f (patch)
tree7f74aae2a353058c552f6c16f8ac144e5b75d1b3
parent32b552539ab942b0a4f61260c834ff0375592151 (diff)
apply removal
-rw-r--r--configure.ac33
-rw-r--r--include/openbsc/Makefile.am89
2 files changed, 0 insertions, 122 deletions
diff --git a/configure.ac b/configure.ac
index f7f22fe8c..6d3d631de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -223,48 +223,15 @@ AC_OUTPUT(
include/openbsc/Makefile
include/Makefile
src/Makefile
- src/libtrau/Makefile
- src/libbsc/Makefile
- src/libmsc/Makefile
- src/libvlr/Makefile
- src/libmgcp/Makefile
- src/libcommon/Makefile
- src/libfilter/Makefile
- src/libcommon-cs/Makefile
- src/osmo-msc/Makefile
- src/osmo-bsc/Makefile
- src/osmo-bsc_nat/Makefile
- src/osmo-bsc_mgcp/Makefile
- src/ipaccess/Makefile
- src/utils/Makefile
src/gprs/Makefile
tests/Makefile
tests/atlocal
tests/libiudummy/Makefile
- tests/gsm0408/Makefile
- tests/channel/Makefile
- tests/bsc/Makefile
- tests/bsc-nat/Makefile
- tests/bsc-nat-trie/Makefile
- tests/mgcp/Makefile
tests/gprs/Makefile
tests/gbproxy/Makefile
- tests/abis/Makefile
- tests/smpp/Makefile
- tests/trau/Makefile
tests/sgsn/Makefile
- tests/subscr/Makefile
tests/oap/Makefile
tests/gtphub/Makefile
- tests/mm_auth/Makefile
- tests/xid/Makefile
- tests/sndcp_xid/Makefile
- tests/slhc/Makefile
- tests/v42bis/Makefile
- tests/nanobts_omlattr/Makefile
- tests/vlr/Makefile
- tests/sms_queue/Makefile
- tests/msc_vlr/Makefile
doc/Makefile
doc/examples/Makefile
Makefile)
diff --git a/include/openbsc/Makefile.am b/include/openbsc/Makefile.am
index 7c0e453c0..94c784352 100644
--- a/include/openbsc/Makefile.am
+++ b/include/openbsc/Makefile.am
@@ -1,29 +1,5 @@
noinst_HEADERS = \
- abis_nm.h \
- abis_om2000.h \
- abis_rsl.h \
- a_iface.h \
- a_iface_bssap.h \
- arfcn_range_encode.h \
- auth.h \
- bsc_msc.h \
- bsc_msg_filter.h \
- bsc_nat.h \
- bsc_nat_callstats.h \
- bsc_nat_sccp.h \
- bsc_rll.h \
- bsc_subscriber.h \
- bss.h \
- bts_ipaccess_nanobts_omlattr.h \
- chan_alloc.h \
- common.h \
- common_bsc.h \
- common_cs.h \
- crc24.h \
- ctrl.h \
- db.h \
debug.h \
- e1_config.h \
gb_proxy.h \
gprs_gb_parse.h \
gprs_gmm.h \
@@ -37,73 +13,8 @@ noinst_HEADERS = \
gprs_sndcp_xid.h \
gprs_subscriber.h \
gprs_utils.h \
- gsm_04_08.h \
- gsm_04_11.h \
- gsm_04_80.h \
- gsm_data.h \
- gsm_data_shared.h \
- gsm_subscriber.h \
gsup_client.h \
gtphub.h \
- handover.h \
- handover_decision.h \
- ipaccess.h \
- iucs.h \
- iucs_ranap.h \
- meas_feed.h \
- meas_rep.h \
- mgcp.h \
- mgcp_internal.h \
- mgcp_transcode.h \
- mgcpgw_client.h \
- misdn.h \
- mncc.h \
- mncc_int.h \
- msc_ifaces.h \
- nat_rewrite_trie.h \
- network_listen.h \
oap_client.h \
- openbscdefines.h \
- osmo_bsc.h \
- osmo_bsc_grace.h \
- a_reset.h \
- osmo_bsc_rf.h \
- osmo_msc.h \
- osmo_bsc_sigtran.h \
- bsc_msc_data.h \
- osmux.h \
- paging.h \
- pcu_if.h \
- pcuif_proto.h \
- rest_octets.h \
- rrlp.h \
- rs232.h \
- rtp_proxy.h \
sgsn.h \
- signal.h \
- silent_call.h \
- slhc.h \
- smpp.h \
- sms_queue.h \
- socket.h \
- system_information.h \
- token_auth.h \
- transaction.h \
- trau_mux.h \
- trau_upqueue.h \
- ussd.h \
- vlr.h \
- vty.h \
- v42bis.h \
- v42bis_private.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