diff options
| author | 2014-12-23 14:12:11 +0100 | |
|---|---|---|
| committer | 2015-01-12 16:27:43 +0100 | |
| commit | 016e06d4938e73bd4c0417dad2aacd5ea2b53152 (patch) | |
| tree | 49d1fd190dfc123667435d93086552bed5f7c162 /tools/Makefile.am | |
| parent | 1d9e6e351b51e7401898dde96418c0ee10ad878f (diff) | |
| download | libimobiledevice-016e06d4938e73bd4c0417dad2aacd5ea2b53152.tar.gz libimobiledevice-016e06d4938e73bd4c0417dad2aacd5ea2b53152.tar.bz2 | |
Add new "idevicenotificationproxy" tool to post or observe notifications
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 8cda9f5..698e083 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) | |||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgcrypt_CFLAGS) $(openssl_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) | 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgcrypt_CFLAGS) $(openssl_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) |
| 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgcrypt_LIBS) $(openssl_LIBS) $(libplist_LIBS) | 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgcrypt_LIBS) $(openssl_LIBS) $(libplist_LIBS) |
| 5 | 5 | ||
| 6 | bin_PROGRAMS = idevice_id ideviceinfo idevicename idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 ideviceprovision idevicedebugserverproxy idevicediagnostics idevicedebug | 6 | bin_PROGRAMS = idevice_id ideviceinfo idevicename idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 ideviceprovision idevicedebugserverproxy idevicediagnostics idevicedebug idevicenotificationproxy |
| 7 | 7 | ||
| 8 | ideviceinfo_SOURCES = ideviceinfo.c | 8 | ideviceinfo_SOURCES = ideviceinfo.c |
| 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) | 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) |
| @@ -80,6 +80,11 @@ idevicedebug_CFLAGS = $(AM_CFLAGS) | |||
| 80 | idevicedebug_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 80 | idevicedebug_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 81 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice.la | 81 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 82 | 82 | ||
| 83 | idevicenotificationproxy_SOURCES = idevicenotificationproxy.c | ||
| 84 | idevicenotificationproxy_CFLAGS = $(AM_CFLAGS) | ||
| 85 | idevicenotificationproxy_LDFLAGS = $(AM_LDFLAGS) | ||
| 86 | idevicenotificationproxy_LDADD = $(top_builddir)/src/libimobiledevice.la | ||
| 87 | |||
| 83 | if !WIN32 | 88 | if !WIN32 |
| 84 | bin_PROGRAMS += idevicecrashreport | 89 | bin_PROGRAMS += idevicecrashreport |
| 85 | idevicecrashreport_SOURCES = idevicecrashreport.c | 90 | idevicecrashreport_SOURCES = idevicecrashreport.c |
