summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-12-31 03:19:43 +0100
committerGravatar Matt Colyer2010-01-04 07:33:19 -0800
commitdd3d8700dcdc7acc28e2db58405f247bb98228ab (patch)
tree0f9f329c283a96341feb3d3cdf00038576d67c0b /src/Makefile.am
parentc6982451d82c340ee8a57c76e39db160c625a1a3 (diff)
downloadlibimobiledevice-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.am1
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 \
lockdown.c lockdown.h\
AFC.c AFC.h\
NotificationProxy.c NotificationProxy.h\
+ InstallationProxy.c InstallationProxy.h\
SBServices.c SBServices.h\
userpref.c userpref.h\
utils.c utils.h\