From 3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 12 Jan 2010 17:38:36 +0100 Subject: Rename utils to debug as it does exactly that, contain debug code --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index bc98de4..bb7252e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,5 +13,5 @@ libiphone_la_SOURCES = iphone.c iphone.h \ InstallationProxy.c InstallationProxy.h\ SBServices.c SBServices.h\ userpref.c userpref.h\ - utils.c utils.h\ + debug.c debug.h\ MobileSync.c MobileSync.h -- cgit v1.1-32-gdbae