summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-01-11 21:22:58 +0100
committerGravatar Martin Szulecki2010-01-12 00:40:39 +0100
commit80744ee649c777da364e963a2af6244206ba5dfc (patch)
tree446bcf9870805153377799296ff010912e22ffc6 /src/Makefile.am
parent3151cbe9969e1fb3b6fe2413b355b7f81ea62d2c (diff)
downloadlibimobiledevice-80744ee649c777da364e963a2af6244206ba5dfc.tar.gz
libimobiledevice-80744ee649c777da364e963a2af6244206ba5dfc.tar.bz2
Move plist code into a new property_list_service
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 9b42f1c..0352f64 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,6 +5,7 @@ AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_L
lib_LTLIBRARIES = libiphone.la
libiphone_la_SOURCES = iphone.c iphone.h \
+ property_list_service.c property_list_service.h\
lockdown.c lockdown.h\
AFC.c AFC.h\
NotificationProxy.c NotificationProxy.h\