From 7364e09f6849076c710ac9ce52a5d5fd2445e19c Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 4 May 2009 18:18:40 +0200 Subject: Use autotools build system and add license Signed-off-by: Nikias Bassen --- tools/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/Makefile.am (limited to 'tools/Makefile.am') 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 @@ +bin_PROGRAMS = iproxy + +iproxy_SOURCES = iproxy.c +iproxy_CFLAGS = -I$(top_srcdir)/src +iproxy_LDADD = ../src/libusbmuxd.la -- cgit v1.1-32-gdbae