diff options
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 44 |
1 files changed, 31 insertions, 13 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 44794c6..2abaf49 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -1,13 +1,31 @@ | |||
1 | nobase_include_HEADERS = libimobiledevice/libimobiledevice.h \ | 1 | EXTRA_DIST = \ |
2 | libimobiledevice/lockdown.h \ | 2 | asprintf.h \ |
3 | libimobiledevice/afc.h \ | 3 | endianness.h |
4 | libimobiledevice/file_relay.h \ | 4 | |
5 | libimobiledevice/notification_proxy.h \ | 5 | nobase_include_HEADERS = \ |
6 | libimobiledevice/installation_proxy.h \ | 6 | libimobiledevice/libimobiledevice.h \ |
7 | libimobiledevice/sbservices.h \ | 7 | libimobiledevice/lockdown.h \ |
8 | libimobiledevice/mobile_image_mounter.h \ | 8 | libimobiledevice/afc.h \ |
9 | libimobiledevice/screenshotr.h \ | 9 | libimobiledevice/file_relay.h \ |
10 | libimobiledevice/mobilesync.h \ | 10 | libimobiledevice/notification_proxy.h \ |
11 | libimobiledevice/mobilebackup.h \ | 11 | libimobiledevice/installation_proxy.h \ |
12 | libimobiledevice/house_arrest.h \ | 12 | libimobiledevice/sbservices.h \ |
13 | libimobiledevice/restore.h | 13 | libimobiledevice/mobile_image_mounter.h \ |
14 | libimobiledevice/screenshotr.h \ | ||
15 | libimobiledevice/mobilesync.h \ | ||
16 | libimobiledevice/mobilebackup.h \ | ||
17 | libimobiledevice/house_arrest.h \ | ||
18 | libimobiledevice/mobilebackup2.h \ | ||
19 | libimobiledevice/misagent.h \ | ||
20 | libimobiledevice/restore.h \ | ||
21 | libimobiledevice/webinspector.h \ | ||
22 | libimobiledevice/heartbeat.h \ | ||
23 | libimobiledevice/diagnostics_relay.h \ | ||
24 | libimobiledevice/debugserver.h \ | ||
25 | libimobiledevice/syslog_relay.h \ | ||
26 | libimobiledevice/mobileactivation.h \ | ||
27 | libimobiledevice/preboard.h \ | ||
28 | libimobiledevice/companion_proxy.h \ | ||
29 | libimobiledevice/reverse_proxy.h \ | ||
30 | libimobiledevice/property_list_service.h \ | ||
31 | libimobiledevice/service.h | ||