osmith has uploaded this change for review.

View Change

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)

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: Ib3df73373ea2be0bead2ebccb5552bee218b5403
Gerrit-Change-Number: 40517
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>