diff options
| author | 2020-06-08 18:54:10 +0200 | |
|---|---|---|
| committer | 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 @@ | |||
| 1 | EXTRA_DIST = asprintf.h endianness.h | 1 | EXTRA_DIST = \ |
| 2 | asprintf.h \ | ||
| 3 | endianness.h | ||
| 2 | 4 | ||
| 3 | nobase_include_HEADERS = libimobiledevice/libimobiledevice.h \ | 5 | nobase_include_HEADERS = \ |
| 4 | libimobiledevice/lockdown.h \ | 6 | libimobiledevice/libimobiledevice.h \ |
| 5 | libimobiledevice/afc.h \ | 7 | libimobiledevice/lockdown.h \ |
| 6 | libimobiledevice/file_relay.h \ | 8 | libimobiledevice/afc.h \ |
| 7 | libimobiledevice/notification_proxy.h \ | 9 | libimobiledevice/file_relay.h \ |
| 8 | libimobiledevice/installation_proxy.h \ | 10 | libimobiledevice/notification_proxy.h \ |
| 9 | libimobiledevice/sbservices.h \ | 11 | libimobiledevice/installation_proxy.h \ |
| 10 | libimobiledevice/mobile_image_mounter.h \ | 12 | libimobiledevice/sbservices.h \ |
| 11 | libimobiledevice/screenshotr.h \ | 13 | libimobiledevice/mobile_image_mounter.h \ |
| 12 | libimobiledevice/mobilesync.h \ | 14 | libimobiledevice/screenshotr.h \ |
| 13 | libimobiledevice/mobilebackup.h \ | 15 | libimobiledevice/mobilesync.h \ |
| 14 | libimobiledevice/house_arrest.h \ | 16 | libimobiledevice/mobilebackup.h \ |
| 15 | libimobiledevice/mobilebackup2.h \ | 17 | libimobiledevice/house_arrest.h \ |
| 16 | libimobiledevice/misagent.h \ | 18 | libimobiledevice/mobilebackup2.h \ |
| 17 | libimobiledevice/restore.h\ | 19 | libimobiledevice/misagent.h \ |
| 18 | libimobiledevice/webinspector.h\ | 20 | libimobiledevice/restore.h \ |
| 19 | libimobiledevice/heartbeat.h\ | 21 | libimobiledevice/webinspector.h \ |
| 20 | libimobiledevice/diagnostics_relay.h\ | 22 | libimobiledevice/heartbeat.h \ |
| 21 | libimobiledevice/debugserver.h\ | 23 | libimobiledevice/diagnostics_relay.h \ |
| 22 | libimobiledevice/syslog_relay.h\ | 24 | libimobiledevice/debugserver.h \ |
| 23 | libimobiledevice/mobileactivation.h\ | 25 | libimobiledevice/syslog_relay.h \ |
| 24 | libimobiledevice/preboard.h\ | 26 | libimobiledevice/mobileactivation.h \ |
| 25 | libimobiledevice/companion_proxy.h\ | 27 | libimobiledevice/preboard.h \ |
| 26 | libimobiledevice/property_list_service.h\ | 28 | libimobiledevice/companion_proxy.h \ |
| 27 | libimobiledevice/service.h | 29 | libimobiledevice/property_list_service.h \ |
| 30 | libimobiledevice/service.h | ||
