diff options
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..5d20bbf --- /dev/null +++ b/tools/Makefile.am | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | bin_PROGRAMS = iproxy | ||
| 2 | |||
| 3 | iproxy_SOURCES = iproxy.c | ||
| 4 | iproxy_CFLAGS = -I$(top_srcdir)/src | ||
| 5 | iproxy_LDADD = ../src/libusbmuxd.la | ||
