osmith has submitted this change. ( https://gerrit.osmocom.org/c/libgtpnl/+/40510?usp=email )
Change subject: include/libgtpnl/Makefile: format pkginclude_HEADERS ......................................................................
include/libgtpnl/Makefile: format pkginclude_HEADERS
Make it diff-friendly by having one file per line.
Change-Id: Ib4add6a8d079002ad03a7446c4466c3dd652eaea --- M include/libgtpnl/Makefile.am 1 file changed, 4 insertions(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/include/libgtpnl/Makefile.am b/include/libgtpnl/Makefile.am index b12e9a3..90b0a2e 100644 --- a/include/libgtpnl/Makefile.am +++ b/include/libgtpnl/Makefile.am @@ -1 +1,4 @@ -pkginclude_HEADERS = gtp.h gtpnl.h +pkginclude_HEADERS = \ + gtp.h \ + gtpnl.h \ + $(NULL)