osmith submitted this change.
include/osmocom/netif/Makefile: format osmonetif_HEADERS
Format osmonetif_HEADERS like similar variables in other Osmocom
projects.
Change-Id: I6823188601606f1bff9a5787e6a8f2b6971e0ed2
---
M include/osmocom/netif/Makefile.am
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/include/osmocom/netif/Makefile.am b/include/osmocom/netif/Makefile.am
index d518edb..5c10d71 100644
--- a/include/osmocom/netif/Makefile.am
+++ b/include/osmocom/netif/Makefile.am
@@ -2,17 +2,18 @@
stream_private.h \
$(NULL)
-osmonetif_HEADERS = amr.h \
- datagram.h \
- ipa.h \
- ipa_unit.h \
- jibuf.h \
- osmux.h \
- prim.h \
- rs232.h \
- rtp.h \
- stream.h \
- $(NULL)
+osmonetif_HEADERS = \
+ amr.h \
+ datagram.h \
+ ipa.h \
+ ipa_unit.h \
+ jibuf.h \
+ osmux.h \
+ prim.h \
+ rs232.h \
+ rtp.h \
+ stream.h \
+ $(NULL)
if ENABLE_LIBSCTP
osmonetif_HEADERS += sctp.h
To view, visit change 40505. To unsubscribe, or for help writing mail filters, visit settings.