summaryrefslogtreecommitdiff
path: root/utils/ipodpatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ipodpatcher/Makefile')
-rw-r--r--utils/ipodpatcher/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/ipodpatcher/Makefile b/utils/ipodpatcher/Makefile
index 4254995d22..47e96fcf30 100644
--- a/utils/ipodpatcher/Makefile
+++ b/utils/ipodpatcher/Makefile
@@ -31,7 +31,8 @@ endif
31LDOPTS_OSX = -framework CoreFoundation -framework IOKit 31LDOPTS_OSX = -framework CoreFoundation -framework IOKit
32 32
33LIBSOURCES = ipodpatcher.c fat32format.c arc4.c \ 33LIBSOURCES = ipodpatcher.c fat32format.c arc4.c \
34 ipodio-posix.c ipodio-win32-scsi.c ipodio-win32.c 34 ipodio-posix.c ipodio-win32-scsi.c ipodio-win32.c \
35 ipodpatcher-aupd.c
35SOURCES = main.c $(BOOTSRC) 36SOURCES = main.c $(BOOTSRC)
36ipodpatcher: SOURCES+= ipodio-posix.c 37ipodpatcher: SOURCES+= ipodio-posix.c
37 38