diff options
author | Martin Szulecki | 2020-06-08 18:54:10 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-08 19:09:18 +0200 |
commit | f5c963b8c1b8a62c41c081767aec3ab4e1ae5690 (patch) | |
tree | 963aa91195c24778624445764e3c6f2d36bc449f /include | |
parent | 960fb407eb362bb0e90326a30a984c1af1e5b0dd (diff) | |
download | libimobiledevice-f5c963b8c1b8a62c41c081767aec3ab4e1ae5690.tar.gz libimobiledevice-f5c963b8c1b8a62c41c081767aec3ab4e1ae5690.tar.bz2 |
Unfold automake variables into multiple lines for maintainability
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 55 |
1 files changed, 29 insertions, 26 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index e48bb95..e23b2a9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,27 +1,30 @@ -EXTRA_DIST = asprintf.h endianness.h +EXTRA_DIST = \ + asprintf.h \ + endianness.h -nobase_include_HEADERS = libimobiledevice/libimobiledevice.h \ - libimobiledevice/lockdown.h \ - libimobiledevice/afc.h \ - libimobiledevice/file_relay.h \ - libimobiledevice/notification_proxy.h \ - libimobiledevice/installation_proxy.h \ - libimobiledevice/sbservices.h \ - libimobiledevice/mobile_image_mounter.h \ - libimobiledevice/screenshotr.h \ - libimobiledevice/mobilesync.h \ - libimobiledevice/mobilebackup.h \ - libimobiledevice/house_arrest.h \ - libimobiledevice/mobilebackup2.h \ - libimobiledevice/misagent.h \ - libimobiledevice/restore.h\ - libimobiledevice/webinspector.h\ - libimobiledevice/heartbeat.h\ - libimobiledevice/diagnostics_relay.h\ - libimobiledevice/debugserver.h\ - libimobiledevice/syslog_relay.h\ - libimobiledevice/mobileactivation.h\ - libimobiledevice/preboard.h\ - libimobiledevice/companion_proxy.h\ - libimobiledevice/property_list_service.h\ - libimobiledevice/service.h +nobase_include_HEADERS = \ + libimobiledevice/libimobiledevice.h \ + libimobiledevice/lockdown.h \ + libimobiledevice/afc.h \ + libimobiledevice/file_relay.h \ + libimobiledevice/notification_proxy.h \ + libimobiledevice/installation_proxy.h \ + libimobiledevice/sbservices.h \ + libimobiledevice/mobile_image_mounter.h \ + libimobiledevice/screenshotr.h \ + libimobiledevice/mobilesync.h \ + libimobiledevice/mobilebackup.h \ + libimobiledevice/house_arrest.h \ + libimobiledevice/mobilebackup2.h \ + libimobiledevice/misagent.h \ + libimobiledevice/restore.h \ + libimobiledevice/webinspector.h \ + libimobiledevice/heartbeat.h \ + libimobiledevice/diagnostics_relay.h \ + libimobiledevice/debugserver.h \ + libimobiledevice/syslog_relay.h \ + libimobiledevice/mobileactivation.h \ + libimobiledevice/preboard.h \ + libimobiledevice/companion_proxy.h \ + libimobiledevice/property_list_service.h \ + libimobiledevice/service.h |