pespin has uploaded this change for review.

View Change

Makefile.am: format to one file per line

Take the chance to order them alphabetically.

Change-Id: I132fa290e3ef06e72d86a78310f33ddff094a9a4
---
M include/osmocom/hnbgw/Makefile.am
1 file changed, 12 insertions(+), 6 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/41/40241/1
diff --git a/include/osmocom/hnbgw/Makefile.am b/include/osmocom/hnbgw/Makefile.am
index 94781df..03821d5 100644
--- a/include/osmocom/hnbgw/Makefile.am
+++ b/include/osmocom/hnbgw/Makefile.am
@@ -1,11 +1,17 @@
noinst_HEADERS = \
- vty.h \
- context_map.h hnbgw.h hnbgw_cn.h \
- hnbgw_hnbap.h hnbgw_rua.h hnbgw_ranap.h \
- kpi.h \
- nft_kpi.h \
- ranap_rab_ass.h mgw_fsm.h tdefs.h \
+ context_map.h \
+ hnbgw.h \
+ hnbgw_cn.h \
+ hnbgw_hnbap.h \
hnbgw_pfcp.h \
+ hnbgw_ranap.h \
+ hnbgw_rua.h \
+ kpi.h \
+ mgw_fsm.h \
+ nft_kpi.h \
ps_rab_ass_fsm.h \
ps_rab_fsm.h \
+ ranap_rab_ass.h \
+ tdefs.h \
+ vty.h \
$(NULL)

To view, visit change 40241. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I132fa290e3ef06e72d86a78310f33ddff094a9a4
Gerrit-Change-Number: 40241
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>