summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9b42f1c..bb7252e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,11 +5,13 @@ AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_L
5 5
6lib_LTLIBRARIES = libiphone.la 6lib_LTLIBRARIES = libiphone.la
7libiphone_la_SOURCES = iphone.c iphone.h \ 7libiphone_la_SOURCES = iphone.c iphone.h \
8 property_list_service.c property_list_service.h\
9 device_link_service.c device_link_service.h\
8 lockdown.c lockdown.h\ 10 lockdown.c lockdown.h\
9 AFC.c AFC.h\ 11 AFC.c AFC.h\
10 NotificationProxy.c NotificationProxy.h\ 12 NotificationProxy.c NotificationProxy.h\
11 InstallationProxy.c InstallationProxy.h\ 13 InstallationProxy.c InstallationProxy.h\
12 SBServices.c SBServices.h\ 14 SBServices.c SBServices.h\
13 userpref.c userpref.h\ 15 userpref.c userpref.h\
14 utils.c utils.h\ 16 debug.c debug.h\
15 MobileSync.c MobileSync.h 17 MobileSync.c MobileSync.h