diff options
author | Martin Szulecki | 2009-07-14 14:21:53 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-07-14 14:21:53 +0200 |
commit | a68a82800f116706354adb97da1ef0cfd3e38a52 (patch) | |
tree | 329e14aa6227cbe9bd04adfdbfa6c75866375b1e /include/Makefile.am | |
parent | 5d047fd1e514e098308430fb59ba335b8ae3d385 (diff) | |
download | libimobiledevice-a68a82800f116706354adb97da1ef0cfd3e38a52.tar.gz libimobiledevice-a68a82800f116706354adb97da1ef0cfd3e38a52.tar.bz2 |
Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 98792de..df7b823 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1 +1,5 @@ -nobase_include_HEADERS = libiphone/libiphone.h libiphone/lockdown.h libiphone/afc.h libiphone/notification_proxy.h +nobase_include_HEADERS = libiphone/libiphone.h \ + libiphone/lockdown.h \ + libiphone/afc.h \ + libiphone/notification_proxy.h \ + libiphone/mobilesync.h |