summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-13 15:08:14 +0100
committerGravatar Martin Szulecki2010-01-13 15:08:14 +0100
commitc9e2217059f561f87cf8b6af5067505f827c7297 (patch)
treeb3e46b6ed89035f9ad0ee696cf46c57445cabbf7 /src/Makefile.am
parent0ea52d01b817e35e4d4fceb57c9267124e60dab3 (diff)
downloadlibimobiledevice-c9e2217059f561f87cf8b6af5067505f827c7297.tar.gz
libimobiledevice-c9e2217059f561f87cf8b6af5067505f827c7297.tar.bz2
Rename service implementation sources to lowercase for consistency
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am14
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
6lib_LTLIBRARIES = libiphone.la 6lib_LTLIBRARIES = libiphone.la
7libiphone_la_SOURCES = iphone.c iphone.h \ 7libiphone_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