diff options
| author | 2013-09-26 09:45:58 +0200 | |
|---|---|---|
| committer | 2013-09-26 09:45:58 +0200 | |
| commit | 9099c5d9e28ca6348fc1b0431f47e2592649ae84 (patch) | |
| tree | 3793c93f6f81061f78c3a78921d9c47c950c41c1 /tools/Makefile.am | |
| parent | e8aef4a02bb11d38dafd20108e86ab543f0987f6 (diff) | |
| download | libirecovery-9099c5d9e28ca6348fc1b0431f47e2592649ae84.tar.gz libirecovery-9099c5d9e28ca6348fc1b0431f47e2592649ae84.tar.bz2 | |
Move irecovery to new tools directory
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 | ||
