osmith has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/10/40510/1
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)
--
To view, visit
https://gerrit.osmocom.org/c/libgtpnl/+/40510?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: Ib4add6a8d079002ad03a7446c4466c3dd652eaea
Gerrit-Change-Number: 40510
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>