diff options
| author | 2014-08-06 03:12:12 +0200 | |
|---|---|---|
| committer | 2014-08-06 03:12:12 +0200 | |
| commit | 2344ec753ea58f93f1a8b889cc564d72bf084964 (patch) | |
| tree | 5a9a9c055c7dd21ca91395a2b4563cd6a7621ffe /tools/Makefile.am | |
| parent | 99d83b9017fb46eaeb9d7682fe263fced31c39a3 (diff) | |
| download | libimobiledevice-2344ec753ea58f93f1a8b889cc564d72bf084964.tar.gz libimobiledevice-2344ec753ea58f93f1a8b889cc564d72bf084964.tar.bz2 | |
idevicebackup2/idevicebackup: Remove code duplication and use common code for reading/writing plist files
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 5fcd692..5b743f8 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -32,12 +32,12 @@ idevice_id_LDADD = $(top_builddir)/src/libimobiledevice.la | |||
| 32 | 32 | ||
| 33 | idevicebackup_SOURCES = idevicebackup.c | 33 | idevicebackup_SOURCES = idevicebackup.c |
| 34 | idevicebackup_CFLAGS = $(AM_CFLAGS) | 34 | idevicebackup_CFLAGS = $(AM_CFLAGS) |
| 35 | idevicebackup_LDFLAGS = $(AM_LDFLAGS) | 35 | idevicebackup_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 36 | idevicebackup_LDADD = $(top_builddir)/src/libimobiledevice.la | 36 | idevicebackup_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 37 | 37 | ||
| 38 | idevicebackup2_SOURCES = idevicebackup2.c | 38 | idevicebackup2_SOURCES = idevicebackup2.c |
| 39 | idevicebackup2_CFLAGS = $(AM_CFLAGS) | 39 | idevicebackup2_CFLAGS = $(AM_CFLAGS) |
| 40 | idevicebackup2_LDFLAGS = $(AM_LDFLAGS) | 40 | idevicebackup2_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 41 | idevicebackup2_LDADD = $(top_builddir)/src/libimobiledevice.la | 41 | idevicebackup2_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 42 | 42 | ||
| 43 | ideviceimagemounter_SOURCES = ideviceimagemounter.c | 43 | ideviceimagemounter_SOURCES = ideviceimagemounter.c |
