diff options
| author | 2012-03-21 17:59:56 +0100 | |
|---|---|---|
| committer | 2012-03-21 17:59:56 +0100 | |
| commit | f41681ed6c7e7215390956d8beb51e6cd929c62a (patch) | |
| tree | 3e2a33df6d824c3296699932d3f6249db98d4ad2 /tools | |
| parent | 02db33ed7c37da05a0418f25d310fc6952686aa8 (diff) | |
| download | libimobiledevice-f41681ed6c7e7215390956d8beb51e6cd929c62a.tar.gz libimobiledevice-f41681ed6c7e7215390956d8beb51e6cd929c62a.tar.bz2 | |
tools: Remove obsolete glib2 flags from idevicebackup* in Makefile
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 6e4ee6b..e54c777 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -26,13 +26,13 @@ idevice_id_LDFLAGS = $(AM_LDFLAGS) | |||
| 26 | idevice_id_LDADD = ../src/libimobiledevice.la | 26 | idevice_id_LDADD = ../src/libimobiledevice.la |
| 27 | 27 | ||
| 28 | idevicebackup_SOURCES = idevicebackup.c | 28 | idevicebackup_SOURCES = idevicebackup.c |
| 29 | idevicebackup_CFLAGS = $(AM_CFLAGS) $(libglib2_CFLAGS) | 29 | idevicebackup_CFLAGS = $(AM_CFLAGS) |
| 30 | idevicebackup_LDFLAGS = $(AM_LDFLAGS) $(libglib2_LIBS) | 30 | idevicebackup_LDFLAGS = $(AM_LDFLAGS) |
| 31 | idevicebackup_LDADD = ../src/libimobiledevice.la | 31 | idevicebackup_LDADD = ../src/libimobiledevice.la |
| 32 | 32 | ||
| 33 | idevicebackup2_SOURCES = idevicebackup2.c | 33 | idevicebackup2_SOURCES = idevicebackup2.c |
| 34 | idevicebackup2_CFLAGS = $(AM_CFLAGS) $(libglib2_CFLAGS) | 34 | idevicebackup2_CFLAGS = $(AM_CFLAGS) |
| 35 | idevicebackup2_LDFLAGS = $(AM_LDFLAGS) $(libglib2_LIBS) | 35 | idevicebackup2_LDFLAGS = $(AM_LDFLAGS) |
| 36 | idevicebackup2_LDADD = ../src/libimobiledevice.la | 36 | idevicebackup2_LDADD = ../src/libimobiledevice.la |
| 37 | 37 | ||
| 38 | ideviceimagemounter_SOURCES = ideviceimagemounter.c | 38 | ideviceimagemounter_SOURCES = ideviceimagemounter.c |
