pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/40241?usp=email )
Change subject: Makefile.am: format to one file per line ......................................................................
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)