diff options
| author | 2010-02-01 21:13:53 +0100 | |
|---|---|---|
| committer | 2010-02-02 11:24:28 +0100 | |
| commit | 375a10385cfb1267d57f6ea717b235c9e2978d5a (patch) | |
| tree | c8db9a56b4793cce8d8862acdbc484819e7dcd8a /src/Makefile.am | |
| parent | 1f9bf779543bf7fde74905c1f52119d234e629fe (diff) | |
| download | ideviceinstaller-375a10385cfb1267d57f6ea717b235c9e2978d5a.tar.gz ideviceinstaller-375a10385cfb1267d57f6ea717b235c9e2978d5a.tar.bz2 | |
Rename project and use libimobiledevice API
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 028e2e1..4d90181 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -1,17 +1,17 @@ | |||
| 1 | AM_CFLAGS = \ | 1 | AM_CFLAGS = \ |
| 2 | $(GLOBAL_CFLAGS) \ | 2 | $(GLOBAL_CFLAGS) \ |
| 3 | $(libiphone_CFLAGS) \ | 3 | $(libimobiledevice_CFLAGS) \ |
| 4 | $(libplist_CFLAGS) \ | 4 | $(libplist_CFLAGS) \ |
| 5 | $(libzip_CFLAGS) | 5 | $(libzip_CFLAGS) |
| 6 | 6 | ||
| 7 | AM_LDFLAGS = \ | 7 | AM_LDFLAGS = \ |
| 8 | $(libiphone_LIBS) \ | 8 | $(libimobiledevice_LIBS) \ |
| 9 | $(libplist_LIBS) \ | 9 | $(libplist_LIBS) \ |
| 10 | $(libzip_LIBS) | 10 | $(libzip_LIBS) |
| 11 | 11 | ||
| 12 | bin_PROGRAMS = iphoneinstaller | 12 | bin_PROGRAMS = ideviceinstaller |
| 13 | 13 | ||
| 14 | iphoneinstaller_SOURCES = iphoneinstaller.c | 14 | ideviceinstaller_SOURCES = ideviceinstaller.c |
| 15 | iphoneinstaller_CFLAGS = $(AM_CFLAGS) | 15 | ideviceinstaller_CFLAGS = $(AM_CFLAGS) |
| 16 | iphoneinstaller_LDFLAGS = $(AM_LDFLAGS) | 16 | ideviceinstaller_LDFLAGS = $(AM_LDFLAGS) |
| 17 | 17 | ||
