osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/40517?usp=email )
Change subject: include/Makefile: format nobase_include_HEADERS ......................................................................
include/Makefile: format nobase_include_HEADERS
Make it diff friendly.
Change-Id: Ib3df73373ea2be0bead2ebccb5552bee218b5403 --- M include/Makefile.am 1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/17/40517/1
diff --git a/include/Makefile.am b/include/Makefile.am index 3c4cb0d..a736481 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,2 +1,7 @@ -nobase_include_HEADERS = osmocom/e1d/proto_clnt.h osmocom/e1d/proto.h osmocom/e1d/proto_srv.h \ - osmocom/octoi/octoi.h osmocom/octoi/e1oip_proto.h +nobase_include_HEADERS = \ + osmocom/e1d/proto.h \ + osmocom/e1d/proto_clnt.h \ + osmocom/e1d/proto_srv.h \ + osmocom/octoi/e1oip_proto.h \ + osmocom/octoi/octoi.h \ + $(NULL)