Change in osmo-bts[master]: cosmetic: common/Makefile.am: split each source file in one line

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Jun 18 11:25:52 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/18882 )

Change subject: cosmetic: common/Makefile.am: split each source file in one line
......................................................................

cosmetic: common/Makefile.am: split each source file in one line

Change-Id: I9c4d78fb80446fa4142950d947dad20856573275
---
M src/common/Makefile.am
1 file changed, 29 insertions(+), 6 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 0a10abf..cd22f7b 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -7,11 +7,34 @@
 endif
 
 noinst_LIBRARIES = libbts.a libl1sched.a
-libbts_a_SOURCES = gsm_data_shared.c sysinfo.c logging.c abis.c oml.c bts.c \
-		   rsl.c vty.c paging.c measurement.c amr.c lchan.c \
-		   load_indication.c pcu_sock.c handover.c msg_utils.c \
-		   tx_power.c bts_ctrl_commands.c bts_ctrl_lookup.c \
-		   l1sap.c cbch.c power_control.c main.c phy_link.c \
-		   dtx_dl_amr_fsm.c scheduler_mframe.c ta_control.c
+libbts_a_SOURCES = \
+	gsm_data_shared.c \
+	sysinfo.c \
+	logging.c \
+	abis.c \
+	oml.c \
+	bts.c \
+	rsl.c \
+	vty.c \
+	paging.c \
+	measurement.c \
+	amr.c \
+	lchan.c \
+	load_indication.c \
+	pcu_sock.c \
+	handover.c \
+	msg_utils.c \
+	tx_power.c \
+	bts_ctrl_commands.c \
+	bts_ctrl_lookup.c \
+	l1sap.c \
+	cbch.c \
+	power_control.c \
+	main.c \
+	phy_link.c \
+	dtx_dl_amr_fsm.c \
+	scheduler_mframe.c \
+	ta_control.c \
+	$(NULL)
 
 libl1sched_a_SOURCES = scheduler.c

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18882
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I9c4d78fb80446fa4142950d947dad20856573275
Gerrit-Change-Number: 18882
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200618/e396cd7f/attachment.htm>


More information about the gerrit-log mailing list