diff options
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..ac062c5 --- /dev/null +++ b/tools/Makefile.am | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | AM_CPPFLAGS = -I$(top_srcdir)/include | ||
| 2 | |||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libusb_CFLAGS) | ||
| 4 | AM_LDFLAGS = $(libusb_LIBS) -lreadline | ||
| 5 | |||
| 6 | bin_PROGRAMS = irecovery | ||
| 7 | |||
| 8 | irecovery_SOURCES = irecovery.c | ||
| 9 | irecovery_CFLAGS = $(AM_CFLAGS) | ||
| 10 | irecovery_LDFLAGS = $(AM_LDFLAGS) | ||
| 11 | irecovery_LDADD = $(top_srcdir)/src/libirecovery.la \ No newline at end of file | ||
