From 80744ee649c777da364e963a2af6244206ba5dfc Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 11 Jan 2010 21:22:58 +0100 Subject: Move plist code into a new property_list_service --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') 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\ -- cgit v1.1-32-gdbae