diff options
| author | 2009-12-31 03:19:43 +0100 | |
|---|---|---|
| committer | 2010-01-04 07:33:19 -0800 | |
| commit | dd3d8700dcdc7acc28e2db58405f247bb98228ab (patch) | |
| tree | 0f9f329c283a96341feb3d3cdf00038576d67c0b /src/Makefile.am | |
| parent | c6982451d82c340ee8a57c76e39db160c625a1a3 (diff) | |
| download | libimobiledevice-dd3d8700dcdc7acc28e2db58405f247bb98228ab.tar.gz libimobiledevice-dd3d8700dcdc7acc28e2db58405f247bb98228ab.tar.bz2 | |
New installation_proxy interface.
Allows enumeration, install, uninstall, upgrade, and some
other stuff with apps.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d351a8a..9b42f1c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -8,6 +8,7 @@ libiphone_la_SOURCES = iphone.c iphone.h \ | |||
| 8 | lockdown.c lockdown.h\ | 8 | lockdown.c lockdown.h\ |
| 9 | AFC.c AFC.h\ | 9 | AFC.c AFC.h\ |
| 10 | NotificationProxy.c NotificationProxy.h\ | 10 | NotificationProxy.c NotificationProxy.h\ |
| 11 | InstallationProxy.c InstallationProxy.h\ | ||
| 11 | SBServices.c SBServices.h\ | 12 | SBServices.c SBServices.h\ |
| 12 | userpref.c userpref.h\ | 13 | userpref.c userpref.h\ |
| 13 | utils.c utils.h\ | 14 | utils.c utils.h\ |
