diff options
| author | 2010-01-12 17:38:36 +0100 | |
|---|---|---|
| committer | 2010-01-12 17:38:36 +0100 | |
| commit | 3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (patch) | |
| tree | 5849ff972c4890b2db61a70c5e806cbd03a292b7 /src/Makefile.am | |
| parent | 219a8db037ec1cc163d2ad4902e6e4578040a2de (diff) | |
| download | libimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.gz libimobiledevice-3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab.tar.bz2 | |
Rename utils to debug as it does exactly that, contain debug code
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
| 13 | InstallationProxy.c InstallationProxy.h\ | 13 | InstallationProxy.c InstallationProxy.h\ |
| 14 | SBServices.c SBServices.h\ | 14 | SBServices.c SBServices.h\ |
| 15 | userpref.c userpref.h\ | 15 | userpref.c userpref.h\ |
| 16 | utils.c utils.h\ | 16 | debug.c debug.h\ |
| 17 | MobileSync.c MobileSync.h | 17 | MobileSync.c MobileSync.h |
