diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bb7252e..2e92382 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -5,13 +5,13 @@ AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_L | |||
| 5 | 5 | ||
| 6 | lib_LTLIBRARIES = libiphone.la | 6 | lib_LTLIBRARIES = libiphone.la |
| 7 | libiphone_la_SOURCES = iphone.c iphone.h \ | 7 | libiphone_la_SOURCES = iphone.c iphone.h \ |
| 8 | debug.c debug.h\ | ||
| 9 | userpref.c userpref.h\ | ||
| 8 | property_list_service.c property_list_service.h\ | 10 | property_list_service.c property_list_service.h\ |
| 9 | device_link_service.c device_link_service.h\ | 11 | device_link_service.c device_link_service.h\ |
| 10 | lockdown.c lockdown.h\ | 12 | lockdown.c lockdown.h\ |
| 11 | AFC.c AFC.h\ | 13 | afc.c afc.h\ |
| 12 | NotificationProxy.c NotificationProxy.h\ | 14 | notification_proxy.c notification_proxy.h\ |
| 13 | InstallationProxy.c InstallationProxy.h\ | 15 | installation_proxy.c installation_proxy.h\ |
| 14 | SBServices.c SBServices.h\ | 16 | sbservices.c sbservices.h\ |
| 15 | userpref.c userpref.h\ | 17 | mobilesync.c mobilesync.h |
| 16 | debug.c debug.h\ | ||
| 17 | MobileSync.c MobileSync.h | ||
