From c9e2217059f561f87cf8b6af5067505f827c7297 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 13 Jan 2010 15:08:14 +0100 Subject: Rename service implementation sources to lowercase for consistency --- src/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/Makefile.am') 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 lib_LTLIBRARIES = libiphone.la libiphone_la_SOURCES = iphone.c iphone.h \ + debug.c debug.h\ + userpref.c userpref.h\ property_list_service.c property_list_service.h\ device_link_service.c device_link_service.h\ lockdown.c lockdown.h\ - AFC.c AFC.h\ - NotificationProxy.c NotificationProxy.h\ - InstallationProxy.c InstallationProxy.h\ - SBServices.c SBServices.h\ - userpref.c userpref.h\ - debug.c debug.h\ - MobileSync.c MobileSync.h + afc.c afc.h\ + notification_proxy.c notification_proxy.h\ + installation_proxy.c installation_proxy.h\ + sbservices.c sbservices.h\ + mobilesync.c mobilesync.h -- cgit v1.1-32-gdbae