aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-17 17:27:04 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-06-17 17:27:24 +0200
commit600ab79e7dd230a0999ccd6ea2d8aa93371cba4f (patch)
tree762940370e83fbae95cd377fe8b64630cb9dbe78 /include
parent44d91846f0b0261d0a13616929506741df606310 (diff)
cosmetic: include/osmo-bts/Makefile.am: split each header file in one line
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/Makefile.am34
1 files changed, 29 insertions, 5 deletions
diff --git a/include/osmo-bts/Makefile.am b/include/osmo-bts/Makefile.am
index 668db325..d5e989a3 100644
--- a/include/osmo-bts/Makefile.am
+++ b/include/osmo-bts/Makefile.am
@@ -1,5 +1,29 @@
-noinst_HEADERS = abis.h bts.h bts_model.h gsm_data.h gsm_data_shared.h logging.h measurement.h \
- oml.h paging.h rsl.h signal.h vty.h amr.h pcu_if.h pcuif_proto.h \
- handover.h msg_utils.h tx_power.h control_if.h cbch.h l1sap.h \
- power_control.h scheduler.h scheduler_backend.h phy_link.h \
- dtx_dl_amr_fsm.h ta_control.h
+noinst_HEADERS = \
+ abis.h \
+ bts.h \
+ bts_model.h \
+ gsm_data.h \
+ gsm_data_shared.h \
+ logging.h \
+ measurement.h \
+ oml.h \
+ paging.h \
+ rsl.h \
+ signal.h \
+ vty.h \
+ amr.h \
+ pcu_if.h \
+ pcuif_proto.h \
+ handover.h \
+ msg_utils.h \
+ tx_power.h \
+ control_if.h \
+ cbch.h \
+ l1sap.h \
+ power_control.h \
+ scheduler.h \
+ scheduler_backend.h \
+ phy_link.h \
+ dtx_dl_amr_fsm.h \
+ ta_control.h \
+ $(NULL)