osmith has uploaded this change for review.

View Change

include/Makefile: format nobase_include_HEADERS

Make nobase_include_HEADERS diff friendly by having one file in one
line.

Change-Id: Ib2af631dd0f27c79098be94082fa7bfb52350b09
---
M include/Makefile.am
1 file changed, 17 insertions(+), 10 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/02/40502/1
diff --git a/include/Makefile.am b/include/Makefile.am
index d555e62..0e53031 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,15 +1,22 @@
noinst_HEADERS=mISDNif.h internal.h

-nobase_include_HEADERS = osmocom/abis/ipa.h osmocom/abis/trau_frame.h \
- osmocom/abis/ipaccess.h osmocom/abis/abis.h \
- osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h \
- osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h \
- osmocom/trau/csd_ra2.h \
- osmocom/trau/csd_raa_prime.h \
- osmocom/trau/trau_frame.h \
- osmocom/trau/trau_sync.h \
- osmocom/trau/trau_pcu_ericsson.h \
- osmocom/trau/trau_rtp.h
+nobase_include_HEADERS = \
+ osmocom/abis/abis.h \
+ osmocom/abis/e1_input.h \
+ osmocom/abis/ipa.h \
+ osmocom/abis/ipaccess.h \
+ osmocom/abis/lapd.h \
+ osmocom/abis/lapd_pcap.h \
+ osmocom/abis/subchan_demux.h \
+ osmocom/abis/trau_frame.h \
+ osmocom/abis/unixsocket_proto.h \
+ osmocom/trau/csd_ra2.h \
+ osmocom/trau/csd_raa_prime.h \
+ osmocom/trau/trau_frame.h \
+ osmocom/trau/trau_pcu_ericsson.h \
+ osmocom/trau/trau_rtp.h \
+ osmocom/trau/trau_sync.h \
+ $(NULL)

if ENABLE_ORTP
nobase_include_HEADERS += osmocom/trau/osmo_ortp.h

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

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ib2af631dd0f27c79098be94082fa7bfb52350b09
Gerrit-Change-Number: 40502
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>